fd75695bed2029f31966746986b79833b1cdafd4
Adaptation of the operator `ACTION_OT_keyframe_insert` to take into account grease pencil channels. Grease pencil keyframes can now be inserted in blank mode, or in additive mode (duplicate the current frame in the new keyframe). Two API functions were added : * `add_duplicate_drawings` which copies the data of a drawing to creates a duplicate, and * `insert_duplicate_frame` which creates a duplicate frame of an existing one either by copy or instance. The additive mode option is also added to the UI. The Layer method `frame_key_at` previously private was set to public. Pull Request: https://projects.blender.org/blender/blender/pulls/110649
…
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%
