> Hey folks,
> Is there a way I can measure direct pixel distances from point to point;

Like that?

NoOp {
 name ruler
 selected true
 xpos -399
 ypos -215
 addUserKnob {20 User}
 addUserKnob {7 distance}
 distance {{sqrt(((x2.x-x1.x)*(x2.x-x1.x))+((x2.y-x1.y)*(x2.y-x1.y)))}}
 addUserKnob {12 x1}
 addUserKnob {12 x2}
 x2 {200 300}
}
_______________________________________________
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