maniselvaraj
07-13-2010, 06:22 AM
Hi,
I have created a custom menu called test in my application, which basically saves the nuke script with version and loads the nuke script depending upon the selected version.
While saving i used,
nuke.scriptSave("path") command.
but when i load this script back, the script will contain my test node, but the nodes functionality does not work.
It gives me error as,
'module' object has no attribute called 'testSave'
where testSave is my knob name.
How to solve this problem?
I have created a custom menu called test in my application, which basically saves the nuke script with version and loads the nuke script depending upon the selected version.
While saving i used,
nuke.scriptSave("path") command.
but when i load this script back, the script will contain my test node, but the nodes functionality does not work.
It gives me error as,
'module' object has no attribute called 'testSave'
where testSave is my knob name.
How to solve this problem?
