53b9594ee27841c3fea13c19821cf5c067c2f574
This patch improves working with grease pencil layers in geometry nodes. * Allow layers to have duplicate names in geometry nodes. In original data, unique names are enforced. * This allows e.g. duplicating layers and then merging them by name in the end. * It also resolves a big serial bottleneck when working with many grease pencil layers in geometry nodes. Enforcing unique names is inefficient. * New `Merge Layers` node that can merge multiple layers by name or by a custom group id. * Applying a grease pencil modifier now first merges all layers with the same name to ensure all names are unique. Co-authored-by: Jacques Lucke <jacques@blender.org> Pull Request: https://projects.blender.org/blender/blender/pulls/127873
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
