State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:605599|
Problem summary
filenameFilter callbacks which change the customOCIOConfigPath do not get applied in Flipbook renders.
This does seem to work when using a filenameFilter callback to change file paths on Read nodes.
The issue appears to be due to filenameFilter not working in Hiero's OCIO settings.
Customer reported version
Nuke 15.1v3
Customer reported platform
Windows 10
Steps to reproduce
1) First, you will need two seperate OCIO config setups. You can copy the ones that ship with Nuke into a new location. For example:
C:/temp/167635/aces_1.2/config.ocio
C:/temp/167635/nuke-default/config.ocio
2) Launch Nuke.
3) Read in some footage and connect it to the Viewer.
4) Execute the following code in the Script Editor:
import nuke def myFilenameFilter(filename): filename = filename.replace( 'C:/temp/167635/aces_1.2', 'C:/temp/167635/nuke-default' ) return filename nuke.addFilenameFilter(myFilenameFilter) filenameFilter callback should get applied in the Flipbook render.Traceback (most recent call last): File "C:\Program Files\Nuke16.0v4\pythonextensions\site-packages\hiero\ui\nuke_bridge\nuke_flipbook.py", line 378, in flipbook p.setLUT( viewerLUT )RuntimeError: invalid LUT specified We're sorry to hear that
Please tell us why