dc8b2c4bf7e32485c1527e1a1a03f09d24a13297
Grease Pencil layers can only be duplicated on the same object. Duplicating layers from other objects will not insert the drawings into the target object and just assume that drawing indices remain valid, which is not the case. The subsequent drawing index user update crashes Blender. This fix adds a new `copy_frames_from_layer` function that makes a full copy of layer data, regardless of where that layer originates from. This is safe to use with layers that live in other objects. Pull Request: https://projects.blender.org/blender/blender/pulls/133722
…
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%
