cgstar Posted May 6, 2013 Share Posted May 6, 2013 How to print the object point group information? Quote Link to comment Share on other sites More sharing options...
old school Posted May 7, 2013 Share Posted May 7, 2013 -> echo `primgrouplist("/obj/sphere_object1/partition1")` group0 group1 group2 group3 group4 group5 group6 group7 group8 ... returns the group list of a given SOP to the Houdini hscript textport. -> echo `primgrouplist("/obj/sphere_object1/partition1")` > $HOME/sphere_object1_grouplist.txt redirects the command output to a text file on disk. From there you can do what you want with it. You didn't mention print to where btw. 1 Quote Link to comment Share on other sites More sharing options...
cgstar Posted May 9, 2013 Author Share Posted May 9, 2013 Python how to get it? Quote Link to comment Share on other sites More sharing options...
anim Posted May 10, 2013 Share Posted May 10, 2013 http://www.sidefx.com/docs/houdini12.5/hom/hou/Geometry#pointGroups Quote Link to comment Share on other sites More sharing options...
cgstar Posted May 11, 2013 Author Share Posted May 11, 2013 anim 3Q ! 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.