5ed35e5665aa289c39f2c5cd1d845026cc68650e
T_AUTOMERGE
In the animation transform code, `T_AUTOMERGE` was used to indicate that the duplicated keys need to be merged. In perparation of #111051, this no longer makes much sense because in grease pencil we cannot have two keys in the same channel at the same frame. This PR replaces the `T_AUTOMERGE` flag in the animation code to `T_DUPLICATED_KEYS` to indicate that the transform is being called with duplicated keyframes. Pull Request: https://projects.blender.org/blender/blender/pulls/111268
…
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%
