Skip to content

Shotgun Default2 Configuration v1.1.15

Compare
Choose a tag to compare
@mathurf mathurf released this 12 Nov 13:25

What’s new?
Official support for Mari 4, as well as a number of improved features and bug fixes, including:

  • Added support for distributed configs in the setup wizard,
  • Introduced the standalone publish API, and
  • Resolved path cache synchronize issue when running the launchfolder command.

Features/Polish

  • Official support for Mari 4. [SG-2625]

  • Added support for distributed configs in the setup wizard. [SG-8474]

    • We added a new dialog to choose between a Distributed or Centralized setup.
      distributedcentrilized

    • There is a new app, tk-multi-devutils, which will be available when running a distributed setup project. The “New config sandbox...” option will be available after you select your project inside Shotgun Desktop. This replaces the Clone configuration actions, which are not available for distributed setup.
      newconfigsandbox

    • When selecting the “New config sandbox...”, a new dialog will open to create your config sandbox.
      createconfigsandbox

    • New tools will be available within your created config sandbox.
      checkupdates

    • It will be now possible to do core and config updates directly from Shotgun Desktop.
      updates

  • Introduced the standalone publish API. The standalone publish API allows you to do the same operations in a script that you can do with the Toolkit application. As such, you can entirely automate the publish process without any user interaction or use it on a render farm in order to automate the publication of rendered jobs. [SG-7260]

  • Added the post phase hook, which allows you to do some post-processing after validation, publish and finalize. [SG-2871]

  • Publisher log messages in the UI are now colorized. A big thanks to Joe Hultgren for his contribution to this feature. [SG-9236]
    colorlogs

  • Cloning repositories on Windows will now display a terminal only if authentication is required with the Git server. [SG-4824]

  • Trying to publish with an advanced Shotgun integration while "Enable linking to local files" is not enabled under Site Preferences now has better error messages. [SG-9118]

  • Updated some third-party libraries of tk-framework-desktopserver. [SG-9003]

Bugs

  • Path cache wasn’t synchronized when running the launchfolder command. This fix ensures that we synchronized the path cache prior to attempting to gather the context from path. [SG-4463]
  • There were issues around project filtering with the Software entity. This fix ensures the project filtering is working fine either with no engines associated or when two software with the same engine use different project restrictions. [SG-4623]
  • There was an issue where a cached configuration was always considered out of date and therefore always deleted and rewritten when bootstrapping. The fix ensures we are are not rewriting a cached configuration over and over again. [SG-8646]