Hi,
I have a geometry on the stage that consist of two other geometries under it.
Like this - obj/ MyGeometry;
MyGeometry/Geometry1 and MyGeometry/Geometry2
Both Geometries (1 and 2) have separate materials apply to them at the end. If I merge Geometry1 and Geometry2, then the materials applied to both of them also merge in the final render. What's the way of making them both appear on Stage without merging them?
Thanks.
Merging two geometry nodes with materials
4181 2 1-
- sf_dude
- Member
- 40 posts
- Joined: Jan. 2008
- Offline
-
- digitallysane
- Member
- 1192 posts
- Joined: July 2005
- Offline
I suppose this happens at the SOP level. Did you assign the materials with a Material SOP? Then it should propagate well after the merge SOP.
Another way would be to insert a Group SOP for each geometry and group all its primitives. Then after the Merge SOP you put a Material SOP and assign a material to each group.
Dragos
Another way would be to insert a Group SOP for each geometry and group all its primitives. Then after the Merge SOP you put a Material SOP and assign a material to each group.
Dragos
-
- sf_dude
- Member
- 40 posts
- Joined: Jan. 2008
- Offline
yep, I assigned materials before the merge. So when I render the geometry at the obj level, I get both materials applied to both geometries.. looks kind of interesting though.. 
I think grouping the geometry and assigning the materials after the merge is a great idea! too bad I haven't thought of it on my own
Thanks.

I think grouping the geometry and assigning the materials after the merge is a great idea! too bad I haven't thought of it on my own

Thanks.
-
- Quick Links