kramer3d Posted November 20, 2015 Share Posted November 20, 2015 Hi all, Could anyone please give me a hint, is there a way to retrieve context information (i.e. inputs of the calling Geometry VOP) from inside of the custom VEX function's evaluator? Alternatively, is there a way to feed the object ID of the object currently being simulated into a VEX function as a parameter? Then I could just find the appropriate DOP data by means of HDK. Thanks, Quote Link to comment Share on other sites More sharing options...
Maurits Posted December 1, 2015 Share Posted December 1, 2015 You could make a parameter and use expressions inside the parameter to get the data you need. Quote Link to comment Share on other sites More sharing options...
kramer3d Posted December 3, 2015 Author Share Posted December 3, 2015 Hi Maurits, Thank you for your reply. Unfortunately, this doesn't work since $OBJID appears to be always 0 on Geometry VOP node. 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.