with the operation 3

n = nuke.createNode('CurveTool', 'operation 3')
n.setName('toto')
nuke.execute('toto',1,1)


2011/4/13 Michael Havart <[email protected]>

> Hi,
>
> it's crashing for me too but this is working:
>
> n = nuke.createNode('CurveTool')
> n.setName('toto')
> nuke.execute('toto',1,1)
>
>
>
> 2011/4/13 Bertrand Lempereur <[email protected]>
>
>> I'm under Linux (OpenSuse) and this py code made Nuke crash every-time:
>>
>> n = nuke.createNode('CurveTool', 'operation 3')
>> nuke.execute(n,1,1)
>>
>> Guess it's bug!
>>
>> Regards,
>>
>> --
>> Bertrand Lempereur
>> TD at Mikros Image
>>
>>
>> _______________________________________________
>> Nuke-python mailing list
>> [email protected]
>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>>
>>
>
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to