Delete Groups

   3670   2   1
User Avatar
Member
14 posts
Joined: Oct. 2015
Offline
I am importing .obj file into houdini. It has so many groups, how can I delete all the groups. I tried with delete option in group node. It took much time to delete every group. Is there is any other option to delete it
Edited by Madhu Pravin - Sept. 13, 2016 00:47:39

Attachments:
2016-09-13.jpg (88.5 KB)

User Avatar
Member
205 posts
Joined: Dec. 2009
Offline
Try wildcards.

E.g. * (all groups), Object* (every group starting with “Object”) or ^myGroup (all except “myGroup”)

And there's much more you can specify. Have a look here (lower section): http://www.sidefx.com/docs/houdini/model/groups [sidefx.com]
User Avatar
Member
14 posts
Joined: Oct. 2015
Offline
Thanks Bollili, its working
  • Quick Links