Jordan Walsh Posted July 11, 2013 Share Posted July 11, 2013 I want to move my FLIP Volume limit to track the X axis motion of an object that is animated along a path. I can do it if I create another geo object and merge in the animated object so it is moving in object space then ust the centroid expression, but is there a simpler way with out creating the new nodes? Quote Link to comment Share on other sites More sharing options...
Solitude Posted July 12, 2013 Share Posted July 12, 2013 Haven't tested, but something a python expression like: hou.node("/obj/node/").worldTransform().extractTranslates()[0] -- should work in theory (assuming you are animating along a path at obj level). 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.