Jump to content

How to print the object point group information?


cgstar

Recommended Posts

-> 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.

  • Like 1
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...