Hey

Im trying to create a card for each selected vertex from a point cloud.
But instead of creating a card, its adding some vertex to the cloud
where the card should be. I am using the following code

for i in nukescripts.snap3d.selectedPoints():
  c = nuke.createNode("Card2")
  c['translate'].setValue(i)


-- 
  Hugo Léveillé
  TD Compositing, Vision Globale
  [email protected]

_______________________________________________
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