Skip to content

Shotgun Default2 Configuration v1.2.5

Compare
Choose a tag to compare
@mathurf mathurf released this 27 May 13:32

What’s new?
Introduced the publish_fields and publish_kwargs properties on items, as well as a number of bug fixes, including:

  • Fixed occasional errors that would occur during startup in 3ds Max 2018 and 2019, and
  • Fixed a SG write node parenting issue on exported scripts.

Features/Polish

  • Introduced the publish_fields and publish_kwargs properties on items. The new publish_fields property on publish items can be used to set arbitrary fields, including custom fields on publishes. The publish_kwargs property on publish items can be used to set keyword arguments for the call to tank.util.register_publish used to publish the item. [SG-9941]

Fixed bugs

  • Fixed occasional errors that would occur during startup in 3ds Max. This fix changes the way in which the parent widget is gathered in 3ds Max 2018 and 2019. [SG-12156]
  • Fixed an issue in Nuke Studio, where if you attempted to export a Nuke script and include SG write nodes, it would add the write node placeholders to the script, but they wouldn't be correctly linked up to the main hierarchy. This fix ensures they are correctly connected to the parent of the viewer node. [SG-11682]
  • Fixed a regression in tk-framework-desktopstartup where debug logging was forced on first launch. This fix ensures that "Toggle Debug Logging" option is unchecked by default. [SG-12227]