Save groups into seperate files

   2076   2   0
User Avatar
Member
98 posts
Joined: 1月 2008
Offline
Hi Everyone,

Say I have a SOP with n (where n is large) groups and I want to save every group into a separate obj file with a distinct name. Is there a quick way to do this without using a numbered naming convention?

Thanks
User Avatar
Member
606 posts
Joined: 5月 2007
Offline
You could do use a File SOP inside a ForEach SOP set to run over each group. Set the filename to use stamps(“..”, “FORVALUE”,0) to name the obj according to group.

Attachments:
ee_save_groupnamed_objs.hip (125.9 KB)

User Avatar
Member
98 posts
Joined: 1月 2008
Offline
Well, why haven't I thought of that . Thank you very much!
  • Quick Links