This makes instance handling more consistent with all the other geometry component types. For example, MeshComponent contains a Mesh * and now InstancesComponent has a Instances *.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- separate-instances
- Build Status
Buildable 24089 Build 24089: arc lint + arc unit
Event Timeline
Comment Actions
Good change!
| source/blender/blenkernel/BKE_instances.hh | ||
|---|---|---|
| 248–256 | Maybe we could just avoid exposing these completely, they're redundant with the BKE_attribute.hh API. | |
| source/blender/blenkernel/intern/geometry_set_instances.cc | ||
| 159–236 | Eventually we could move everything here to instances.cc, that might be nice | |