Files
test/source/blender/blenkernel
Falk David 65f05f4284 Cleanup: GPv3: Remove unnecessary layer group API functions
The `LayerGroup` class had an API to add layers and layer groups.
The only thing these did was allocate a new layer/group and then
call the `add_node` API.

This removes these functions (they were only used in a single
place anyway) and does the allocation of the new layer/group
directly in the grease pencil API. This removes a few lines of
code and makes everything a bit easier to read.
2024-05-13 18:01:20 +02:00
..
2024-05-08 11:25:00 +02:00
2024-04-08 16:23:25 +10:00
2024-05-03 11:33:18 +10:00
2023-11-27 09:30:52 +11:00
2024-05-07 12:29:32 +02:00