Hi, i got this little annoying problem, when i import script, it always switch layout automatically to the original layout of the imported script, so after importing a script, i have to switch the main layout back. i'm not sure if there's solution for it ... am i right? ... ok now what about when i create custom menu , something like :
main = nuke.toolbar('Nodes')
x=main.addMenu('Draw')
x.addCommand( "mytest", 'nuke.nodePaste("/Volumes/data/temp/mytest.nk")');
calling nuke.nodePaste() also give the same effect, i'm curious if there any parameter to add to avoid this problem?
Thanx







