Jump to content

How to preserve point groups after a ForEach SOP?


Recommended Posts

I don't know why. I've had this problem before, and it cause me some issues cause I changed the structure of the geometry in the foreach. So I couldn't copy the groups back.

I can't remember, but if you create a point group inside the ForEach that might still work. I've found it often better to use VOP or Point SOP if you are working on just points. I don't find ForEach adds any flexibility that those SOPs can do at the point level.

Link to comment
Share on other sites

Thanks, I used foreach to promote attributes per group. Can I do the same using VOPs? I imagine I can't do this with the Point SOP.

You surely can do it in VOP-SOP. There are:

Add Attribute

Import Attribute

Create Point Group

Point In Group (?)

Add Point To Group

Link to comment
Share on other sites

Thanks but can I iterate on those groups independently? Because I am promoting from a point to a detail attribute and then from detail to primitives.

So the detail attribute should be stored temporarily per group, not for the whole geometry.

Link to comment
Share on other sites

Thanks but can I iterate on those groups independently? Because I am promoting from a point to a detail attribute and then from detail to primitives.

So the detail attribute should be stored temporarily per group, not for the whole geometry.

So, perhaps it would be more convenient to first store your groups in some attributes (with VOP SOP) and then use Attrib Promote SOP(s) to promote them to desired type(s)?

Edited by nord3d
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...