Blender Git Loki
Git Commits -> Revision 24a965b
Revision 24a965b by Jacques Lucke (master) September 29, 2021, 08:55 (GMT) |
Fix T91767: crash when instancing geometry coming from modifier The issue was that the `GeometrySet` that comes from the modifier does not have full ownership of the mesh for legacy reasons to avoid copies. Calling `ensure_owns_direct_data` makes sure that the geometry set actually owns the geometry so that it can be instanced. |
Commit Details:
Full Hash: 24a965bb16c22e33752dfb6c22105b96a8649aeb
Parent Commit: f51bef7
Lines Changed: +9, -6
1 Modified Path:
/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc (+9, -6) (Diff)