ndeboar
09-21-2008, 07:22 PM
Hey!
I am currently writing a maya plugin in the Python API. I’m creating a new node to communicate with serial devices (it’s for a motion control project).
It’s all working at the moment, but the node only evaluates when I move to a new frame manually, not when I hit play/scrub the timeline (which I really need todo).
I’m using the sineNode demo provided as my basis:
http://www.autodesk.com/us/maya/docs/Maya85/DeveloperResources/Using_the_Maya_Python_API.html
If I connect a value to the input attribute of the sine node, it only evaluates like above. Grr!! Any ideas?
Cheers,
Nick Deboar
www.nickdeboar.com
I am currently writing a maya plugin in the Python API. I’m creating a new node to communicate with serial devices (it’s for a motion control project).
It’s all working at the moment, but the node only evaluates when I move to a new frame manually, not when I hit play/scrub the timeline (which I really need todo).
I’m using the sineNode demo provided as my basis:
http://www.autodesk.com/us/maya/docs/Maya85/DeveloperResources/Using_the_Maya_Python_API.html
If I connect a value to the input attribute of the sine node, it only evaluates like above. Grr!! Any ideas?
Cheers,
Nick Deboar
www.nickdeboar.com
