I've written a script to semi-automate a Reconcile3d workflow. It uses
for pt in nukescripts.snap3d.selectedPoints():
pos = nuke.math.Vector3(pt.x, pt.y, pt.z)
to grab the currently selected point, feeds that to Reconcile3d,
executes it, and copies the output to a Tracker node.
What I want to do now is grab multiple points and get a separate
output curve from each one in turn. I seem to have hit a wall, though.
I've picked apart the snap3d module as best I could as well as any
post containing the words "Ivan Busquets" ;) Not sure if this requires
extensive camera matrix calculations or if I'm missing something
easier.
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python