ID 610349 - Write nodes inside LiveGroups are not rendered by the -x command line flag

Follow

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_group
2) Navigate to File > Save Comp As... and save the main .nk script to disk
3) Open a Command Prompt/Terminal and attempt to execute the LiveGroup's Write node via the -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
 
Expected behavior:
Active Write nodes contained within LiveGroups should be found and rendered when the -x flag has been used. 
 
Actual behavior:
Any Write node inside a LiveGroup will be ignored and not rendered when using the -x command line argument.
 
Workaround:
The -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"
 
Reproduced by Support in:
Nuke 16.0v6 - Windows 11, macOS 14 Sonoma
Nuke 15.0v1 - Windows 11
Nuke 14.0v1 - Windows 11
Nuke 13.0v1 - Windows 11
 
Earliest version tested:
Nuke 13.0v1 - This issue appears to be in all tested versions of the product

    We're sorry to hear that

    Please tell us why