Skip to content

Shotgun Default2 Configuration v1.1.11

Compare
Choose a tag to compare
@mathurf mathurf released this 06 Aug 12:11

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

  • Updated the Python API to 3.0.37,
  • Resolved issues when running Nuke in no-display mode, and
  • Resolved issues with Houdini nodes.

Features/Polish

  • Official support for Nuke 11.2. [SG-7668]
  • Added tk-multi-loader2 app for Flame in the advanced Shotgun Integration. [SMOK-49215]
  • Updated the Python API to 3.0.37, which includes a new preferences_read method and fixes around non-ASCII file names when given to various upload methods. [SG-4483]

Bugs

  • There was an issue causing the engine.context_change() to fail when running Nuke in no-display mode. This fix ensures that context changing works correctly in no-display mode. A big thanks to Sai Aparna Ramamurthy and Digital Domain for her contribution to this bug fix. [SG-7331]
  • There was an issue with the Shotgun panel when running Nuke in no-display mode. This fix ensures we no longer attempt to navigate the panel in no-display mode. A big thanks to Amy Ahronek and Netflix for her contribution to this bug fix. [SG-7626]
  • In Houdini 15.5+, there was a bug with converting to standard Houdini nodes. This fix ensures converting to standard Houdini nodes works fine. [SG-7360]
  • There was an issue with setting color values on Houdini node profiles. With this fix, color values now must be a list of RGB colors with values between 0.0–1.0. [SG-7719]
  • There was a bug in Houdini where if you specify a setting for the Alembic node settings, it will error when you try to create the Alembic node using that profile in Houdini. This fix ensures no more errors occur when you specify a setting for the Alembic node settings. [SG-7703]
  • There was an issue that caused leading underscores in folders created to not present properly to the user in Shotgun after folder creation. With this fix we now escape Windows path backslashes in that specific case. A big thanks to Joe Hultgren and Visual Concepts for his contribution to this bug fix. [SG-7625]