This adds a new node that turns instances into actual geometry.
Also see https://devtalk.blender.org/t/explicit-instancing-proposal/20494.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- temp-geometry-nodes-realize-instances-node (branched from master)
- Build Status
Buildable 17121 Build 17121: arc lint + arc unit
Event Timeline
| source/blender/nodes/geometry/nodes/node_geo_realize_instances.cc | ||
|---|---|---|
| 19–21 | Might as well remove those UI includes here | |
Comment Actions
I actually thought about this node over the weekend. I didn't know there was some action here, nice.
- Shouldn't that be treated as any other "convert" nodes? In other words, to name it "Instance to Geometry"? (or "Instance to Real")
- Is it recursively handling instances of instances?
Comment Actions
Shouldn't that be treated as any other "convert" nodes? In other words, to name it "Instance to Geometry"? (or "Instance to Real")
Hm, one could argue that way. Personally I prefer the name used now, but don't have a too strong opinion.
Is it recursively handling instances of instances?
Yes, it just realizes everything recursively.