Hi All ,

I am very new to this group and I have a question about setting keyframes .

eg :

I have a camera1 node in scene and I want to set key frames for
camera1.translateX .

for that first I got the node with

n = nuke.selectedNode()


then

n['translate'].setAnimated(0)


and I am trying to set with
a = nuke.AnimationCurve(n['translate'], 0, 'x')
a.setKey(10, .125)

But nothing showing in graph editor , I am sorry for asking this basic
question , any one know what I doing stupid ?

Thanks

-- 
--:: Kurian ::--
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to