Hey fellow TDs,

I had a colleague alert me that a script that worked on Nuke 8 has broken
with Nuke 9. (Yes, I realize nuke 10 is about to be released...)


Does this work for you?
a) create a rotopaint node, draw a random closed shape in your viewer, and
extend feathers on all points.

run this code with it selected:


rootLayer = nuke.selectedNode()['curves'].rootLayer
shape = rootLayer[0]

print shape[0].center.getPosition(nuke.frame())
# Result: { 678, 423.6, 0 }
print shape[0].*featherCenter*.getPosition(nuke.frame())
*# Result: { 0,0,0 }*


What gives? Is featherCenter broken in Nuke9? Seems like an obvious bug,
maybe I'm missing something.

cheers,
Jordan
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to