So I have an open shape (a spline)which I have animated for a few frames
and now my aim is to have a python script which will source this open shape
and create a paint stroke as per the animation of open shape.
I have achieved capturing the data of the shape on every frame (x/y pos of
the curve for intervals from 0-1 or start to end) but when I try to assign
this data to stroke (I am using an append function) it adds all the data
from all the frames and display a continuous stroke. I know append is not
the right function but unfornately I couldnt find any other function which
will re-draw the stroke on every frame.

Need some help on this is appreciated as I am stuck on it since last few
days.

Jay
_______________________________________________
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