Blender Git Commit Log
Git Commits -> Revision b8b240b
Revision b8b240b by Jacques Lucke (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup, temp-modifiers-instancing) October 29, 2020, 14:47 (GMT) |
Geometry Nodes: do not reference custom data layers when copying mesh We can't use that for now, because the original mesh might be freed before the new copied mesh. When the original mesh is freed, the shared layers will be freed as well. This can probably be improved in the future, so that we can actually share attribute arrays between meshes. An approach similar to how geometries and components are shared should work as well. |
Commit Details:
Full Hash: b8b240b3293604c8032431c3426ca2da8bdb676e
Parent Commit: ae2827b
Lines Changed: +2, -4
1 Modified Path:
/source/blender/blenkernel/intern/geometry.cc (+2, -4) (Diff)