kidsreturnjj Posted February 18, 2013 Share Posted February 18, 2013 How does import Sop level geometry position info into Voppop? Quote Link to comment Share on other sites More sharing options...
sanchoflat Posted February 18, 2013 Share Posted February 18, 2013 Use op: sintax 1 Quote Link to comment Share on other sites More sharing options...
sanostol Posted February 18, 2013 Share Posted February 18, 2013 you can use a inline vop with this: $out = optransform($transform);[/CODE]$out is the output variable containing a matrix, $transform is a string parameter with a path to the objectthe matrix values 4/1, 4/2, 4/3 contain the floats for the position vector 1 Quote Link to comment Share on other sites More sharing options...
kidsreturnjj Posted February 18, 2013 Author Share Posted February 18, 2013 Thx for answer, Sasha. But where can I put op:sintax? Quote Link to comment Share on other sites More sharing options...
kidsreturnjj Posted February 18, 2013 Author Share Posted February 18, 2013 (edited) Thx Martin. It's so nice way to get pos info. one more small question. How can I put the geomery path in lnline code when I use it in popnet? Edited February 18, 2013 by kidsreturnjj Quote Link to comment Share on other sites More sharing options...
sanostol Posted February 19, 2013 Share Posted February 19, 2013 have a look optransform.hip Quote Link to comment Share on other sites More sharing options...
kidsreturnjj Posted February 19, 2013 Author Share Posted February 19, 2013 Really awesome Example file! Thx Martin. I hope to ask one more thing. How could you know 1/4, 2/4, 3/4 in matrix show the position info? Quote Link to comment Share on other sites More sharing options...
edward Posted February 20, 2013 Share Posted February 20, 2013 It follows from regular matrix transforms. However, an easier way is to run your matrix through the Extract Transform VOP. 1 Quote Link to comment Share on other sites More sharing options...
sanostol Posted February 20, 2013 Share Posted February 20, 2013 I always forget this one, must remember this next time 1 Quote Link to comment Share on other sites More sharing options...
kidsreturnjj Posted February 20, 2013 Author Share Posted February 20, 2013 oh okay, Thx for replying ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.