Problem summary In the latest 11.1 Example file 'custom_transcode_ui.py' it throws an exception when attempting to build the UI: (The UI does not get built)
Line 29 of custom_transcode_ui.py is the problematic line: self.buildCodecUI(layout)
Editing the line to add the second argument ( which is missing from the example ), throws another Pyside2 error, meaning we cant build the UI: self.buildCodecUI(layout,hiero.core.TaskPresetBase.kSequence)
This is an issue as the UI cannot be built, the issue appears to only be a problem in Nuke11.0 and Nuke11.1
3) Open NukeStudio, set up a basic sequence ( one image sequence within the timeline )
4) In the timeline, open the export window with 'right click video track -> Export...'
5) Within the export structure CONTENT column, edit one of your exporting sequences to 'custom transcode'
Result: The UI space will either be empty or not change any UI elements, you will receive the command prompt error from the summary within your NukeStudio console.
Workaround Unknown.
Reproduced by support
This bug has been reproduced in: Hiero11.1 Development Documentation examples Hiero11.0 Development Documentation examples