Skip to content

Shotgun Basic Configuration v1.1.9

Compare
Choose a tag to compare
@mathurf mathurf released this 12 Jun 15:56

What’s new?
New Import Clip published file action for Nuke Studio and Hiero, as well as a number of improved features and bug fixe, including:

  • Resolved built-in Houdini pypanels being removed from the Python pane menus when Toolkit is used, and
  • Resolved publisher randomly failing during publishing.

Features/Polish

  • Certain types of publishes (images, image sequences, etc.) can now be imported into Nuke Studio and Hiero as clips via the Loader2 or Shotgun panel apps. A big thanks to Brice Lefebvre and Digiteyes Studio for his contribution to this feature. [SG-5387]
  • Added support for rendering a Flame write file node without having pre-created a shot in Shotgun. [SMOK-48641]

Bugs

  • Publisher randomly failed during publishing. This fix ensures Publisher is not failing anymore by reacquiring the parent pointer just before processing. [SG-4584]
  • In Houdini 15+, when you have Toolkit enabled, the 'Shotgun' submenu in the 'New Pane Type' menu was taking the place of Autorigs, Character Picker, and Pose Library. This fix ensures we append our apps to the Python pane menu rather than rebuilding the entire menu definition. [SG-6457]
  • In Houdini 15+, Qt printed a warning on panel launch about an issue finding the QCheckbox's check image file. This fix ensures no more warnings show up on panel launch. [SG-6604]
  • If a user signed in to Desktop or authenticated TK using a URL with uppercase characters, Shotgun integration would fail to initialize properly during DCC launch. This fix ensures we lower the casing of the URL when going through our existing sanitization routine during login to Shotgun Desktop. [SG-6617]
  • Flame Shotgun Export was failing with one frame or Virtual source clips. This fix ensures we can successfully do a Shotgun Export with one frame or Virtual source clips. [SMOK-45352]
  • Shotgun Panel was crashing on launch when script key authentication was used and the current OS user didn’t match a Shotgun user name. This fix ensures that Shotgun Panel is working fine with script key authentication. [SG-4556]
  • There was an issue where the background task manager was never properly passed to the shotgunmodel base classes from the hierarchy widget, if it was provided. This resulted in a separate bg task manager being allocated, leading to resource leaks and unclean shutdown. This fix ensures that the background task manager assignment is working fine. A big thanks to Anousack Kitisa and Epic for his contribution to this bug fix. [SG-6700]
  • There was a background manager thread-leaking issue in the qtwidgets framework when closing Shotgun app dialogs. This Fix ensures there are no more leaks when closing Shotgun app dialogs. A big thanks to Anousack Kitisa and Epic for his contribution to this bug fix. [SG-6701]
  • There was an issue with the visibility option for the accept method of publish plugins. This fix ensures that the publisher now respects the visible entry in the acceptance dict returned by publish plugins. [SG-6463]