nestumkiller Posted July 4, 2008 Share Posted July 4, 2008 Hi guys! This might be a shot in the dark but is there any HDK class that allows to traverse the Houdini tree (I'm only mostly interested in the OBJ's) sort of like in the Maya API: MItDag? Thanks Quote Link to comment Share on other sites More sharing options...
edward Posted July 4, 2008 Share Posted July 4, 2008 OPgetDirector()->getManager("obj")->traverseChildren() ? Use castOBJNode() to check if its an object. Quote Link to comment Share on other sites More sharing options...
nestumkiller Posted July 7, 2008 Author Share Posted July 7, 2008 OPgetDirector()->getManager("obj")->traverseChildren() ? Use castOBJNode() to check if its an object. Got it Thanks Ed! 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.