I just ran this on something and it worked. Gave me the same amount of Axis nodes as vertices I selected. As it's the first time I ever used snap3d, I have no idea what causes your problem. How do you use the axes to deform, by the way?
Ron Ganbar email: [email protected] tel: +44 (0)7968 007 309 [UK] +972 (0)54 255 9765 [Israel] url: http://ronganbar.wordpress.com/ On Fri, Mar 7, 2014 at 4:38 PM, Jim Spratling <[email protected]>wrote: > 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 >
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
