it is surprisingly simple….select all the nodes in your tree and do a copy command.
Click here and paste.
to go the other way, select everything from the { at the top to the } at the bottom
copy it
go to fusion, and paste into a node area.
(here is a simple node setup)
{
Tools = ordered() {
Loader1 = Loader {
Clips = {
},
Inputs = {
[“Gamut.SLogVersion”] = Input { Value = FuID { “SLog2” }, },
},
ViewInfo = OperatorInfo { Pos = { 392, 135 } },
},
Saver1 = Saver {
CtrlWZoom = false,
Inputs = {
ProcessWhenBlendIs00 = Input { Value = 0, },
Clip = Input {
Value = Clip {
Length = 0,
Saving = true,
TrimIn = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 1,
AspectMode = 0,
Depth = 0,
GlobalStart = -2000000000,
GlobalEnd = 0
},
},
OutputFormat = Input { Value = FuID { “TargaFormat” }, },
[“Gamut.SLogVersion”] = Input { Value = FuID { “SLog2” }, },
Input = Input {
SourceOp = “Loader1”,
Source = “Output”,
},
},
ViewInfo = OperatorInfo { Pos = { 680, 101 } },
}
}
}
Glenn