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
Event Timeline
Comment Actions
Good change!
| source/blender/blenkernel/BKE_instances.hh | ||
|---|---|---|
| 249–257 | 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 | ||
| 158–237 | Eventually we could move everything here to instances.cc, that might be nice | |