Blender Git Commit Log

Git Commits -> Revision b8b240b

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021