Files
test/source/blender/blenkernel
Falk David 53b9594ee2 Geometry Nodes: Add "Merge Layers" node
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
2024-09-27 13:17:18 +02:00
..
2024-05-08 11:25:00 +02:00
2024-09-10 18:56:31 +02:00
2024-09-25 19:24:20 +10:00
2024-09-21 16:22:52 +10:00
2024-09-19 14:54:25 -04:00
2024-09-25 19:24:20 +10:00
2024-08-22 17:05:48 +02:00