Hi,
I'm modifying default copy paste behaviour
for n in nuke.selectedNodes():
#store some params in global array
nuke.nodeCopy(nukescripts.cut_paste_file())
nuke.nodePaste(nukescripts.cut_paste_file())
for n in nuke.selectedNodes():
#restore some params from global array
Problem is that node order in first loop is different from order in
second. For example
Copy:
ColorBars1
PostageStamp1
Paste:
PostageStamp2
ColorBars2
Is there any pattern which could be used to correlate copied and pasted
nodes?
regards
Adam
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python