Hey all,

I'm currently running this script to generate axis nodes based on a select of 
vertices on a card.


for info in nukescripts.snap3d.selectedVertexInfos():

position = info.position

axisNode = nuke.nodes.Axis()

axisNode['translate'].setValue(position)


Problem is when I deform the card (using nuke 8 or 7) or use .abc/.fbx geo I 
seem to get random doubling up of axis nodes. So for example I have 17 vertex 
points which should = 17 axis nodes but I end up with say 25-30 axis nodes.


Any ideas?


Thanks,

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

Reply via email to