Alexey Vanzhula Posted October 13, 2014 Share Posted October 13, 2014 (edited) After using, for example, PolyExtrude Tool we can select polyextrude node and it will highlight components (prims or edges) automatically. This is normal houdini sop-tool behaviour. But after creating polyextrude node manually in script and setting it group parm we cant show components. Is it possible to highlight them? At now, in my script tools, i can highlight components with temporary creating group node (after polyextrude) and work with it. But this is not good solution. Please help me. Edited October 13, 2014 by Alexey Vanzhula Quote Link to comment Share on other sites More sharing options...
Guest mantragora Posted October 13, 2014 Share Posted October 13, 2014 You are looking for SOP_Node::select() and its overloads equivalent. I'm not sure is there anything like this in Python. Quote Link to comment Share on other sites More sharing options...
Alexey Vanzhula Posted October 13, 2014 Author Share Posted October 13, 2014 (edited) Thanx mantragora, but i need to highlight comps in existing standard houdini nodes (polyextrude, polybevel ...). Cant find any python solutions like mc.select('pCube1.f[0]') in Maya Edited October 13, 2014 by Alexey Vanzhula 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.