State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:608759|
Problem summary
OCIOLookTransform soft effects don't populate the look knob or it's tooltip if created via Python
Customer reported version
nuke.n/a
Customer reported platform
Steps to reproduce
1) Download the attached config_multipleLooks.ocio file
2) Launch Nuke Studio
3) In Project>Edit Settings>Color Management set OpenColorIO Config to custom and Choose... the downloaded config_multipleLooks.ocio file
4) Import any footage, add it to a sequence and split the clip into two shots
5) Select the first shot>right click>Soft Effects>Color>OCIO>OCIO LookTransform, the shot should turn red and in the OCIOLookTransform properties, the look knob and tooltip should populate
6) Select the second clip, then run the following code in the Script Editor:
for trackItem in hiero.ui.getTimelineEditor(hiero.ui.activeSequence()).selection(): trackItemEffect = hiero.core.projects()[0].tracks()[0].createEffect("OCIOLookTransform",trackItem=trackItem ) for trackItem in hiero.ui.getTimelineEditor(hiero.ui.activeSequence()).selection(): softeffect = trackItem.parentTrack().createEffect("OCIOLookTransform", trackItem=trackItem) softeffect.node()["look"].setValue("lookone") softeffect.node()["reload"].execute() We're sorry to hear that
Please tell us why