probiner Posted May 18, 2017 Share Posted May 18, 2017 (edited) I'm looking into access an objects' poses in VOP. I've found the corresponding Python attributes I'm interested in but not for VOP I can get an items local Translation for example with ch("objectpath/tx") | ch("objectpath/ty") | ch("objectpath/tz"), but I have no idea for local and global matrix components. Thanks Edited May 18, 2017 by probiner Quote Link to comment Share on other sites More sharing options...
dedeks3000 Posted May 18, 2017 Share Posted May 18, 2017 Look here : http://www.sidefx.com/docs/houdini/vex/functions/optransform Quote Link to comment Share on other sites More sharing options...
eetu Posted May 18, 2017 Share Posted May 18, 2017 Also for a bit of a shorthand: http://www.sidefx.com/docs/houdini/vex/functions/ow_space http://www.sidefx.com/docs/houdini/vex/functions/wo_space 2 Quote Link to comment Share on other sites More sharing options...
probiner Posted May 20, 2017 Author Share Posted May 20, 2017 (edited) Thanks a lot, page bookmarked! The extra space bit about transformation in and out of the object is a nice touch, eetu Cheers Edited May 20, 2017 by probiner 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.