12f8f926b28c230c1afef79cbdbf9d8f5d8286c6
No functional changes. While looking at the Dope Sheet drawing code to see if it can be made faster I came across a bunch of functions with confusing names. This PR tries to address that by: * removing the `ED_` prefix from static functions * adding it to non static functions * renaming `AnimKeylistDrawListElem` to `ChannelListElement` * renaming `AnimKeylistDrawList` to `ChannelDrawList` * all `draw_..._channel` renamed to `ED_add_..._channel` since the function itself doesn't actually do any drawing * generally simplifying the function names Pull Request: https://projects.blender.org/blender/blender/pulls/111510
…
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%
