Hey everyone,
I have created a nuke script via the Shotgun Nuke Project File Exporter in hiero.
I have added a set command
and several push commands
within the exporter, to set the same input to all shotgun write nodes.
When I open the created script outside of Shotgun everything is good. The placeholder Nodes do have the dot as input Node. But when I open the same script within Shotgun the Shotgun Write Nodes are connected to each other in a row.
Does anyone know, where this behaviour is coming from, since it seems to be exported correctly.
if anyone is interested, below is the nuke file as text:
Dot {
name Dot1
}
set N35e3000 [stack 0]
ModifyMetaData {
metadata {
{set output ""}
{set name "Mono EXR"}
}
name ShotgunWriteNodePlaceholder
xpos 370
ypos 663
}
push $N35e3000
ModifyMetaData {
metadata {
{set output ""}
{set name "Mono JPEG"}
}
name ShotgunWriteNodePlaceholder1
xpos 370
ypos 703
}
push $N35e3000
ModifyMetaData {
metadata {
{set output -srgb}
{set name "Mono JPEG"}
}
name ShotgunWriteNodePlaceholder2
xpos 370
ypos 743
}
Thanks a lot for your help.
Cheers,
Henna