2012-08-28

ノード名変更


a = 0
for n in nuke.selectedNodes():
    a = a + 1
    n.knob('name').setValue('hoge' + str(a))