State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:610349|
Problem summary:
Write nodes inside LiveGroups are not rendered by the -x command line flag
Customer reported version:
Nuke N/A
Customer reported platform:
N/A
Steps to reproduce:
1) Launch Nuke and paste the following LiveGroup into the Node Graph:
LiveGroup { inputs 0 modified true name LiveGroup1 selected true xpos 180 ypos -105} CheckerBoard2 { inputs 0 name CheckerBoard1 xpos 0 ypos 150 } Write { file C:/temp/checkerboard_livegroup.####.exr file_type exr first_part rgba name Write1 xpos 0 ypos 238 } Output { name Output1 xpos 0 ypos 300 }end_group2) Navigate to File > Save Comp As... and save the main .nk script to disk-x flag, like with the following command:"C:\Program Files\Nuke16.0v6\Nuke16.0.exe" --safe -x "C:\path\to\the\saved\main_node_graph.nk"4) Observe the output message:There are no active Write operators in this script -x flag has been used. -x command line argument.-X command line flag can be used to directly specify that the LiveGroup's Write node should be rendered:"C:\Program Files\Nuke16.0v6\Nuke16.0.exe" --safe -X LiveGroup1.Write1 "C:\path\to\the\saved\main_node_graph.nk" We're sorry to hear that
Please tell us why