tornavis/source/blender/editors/animation
Colin Basnett abc46d5aeb Fix: Timeline marker names are not correctly clipped in some cases
Timeline marker names are now correctly clipped instead of messily
overlapping each other and being unreadable. This change affects all
the animation editors (graph editor, NLA, action editor etc.) as well
as the VSE.

This also makes a change to when text is elevated. In the previous
behavior, a marker's text would be elevated if it was selected or if
the current frame was <= 4 frames away from the marker. This seems
like a completely arbitrary thing (probably added in to alleviate text
overlapping for markers that the user would be interested in). This
patch changes the behavior such that the marker's text will be elevated
if it is either selected or it is the last marker encountered relative
to the current frame.
2022-08-02 20:59:44 -07:00
..
CMakeLists.txt Auto-generate RNA-structs declarations in `RNA_prototypes.h` 2022-03-14 17:08:46 +01:00
anim_channels_defines.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
anim_channels_edit.c Fix Unreported : add F-curves only filter to functions only appliable to F-curves channels. 2022-08-02 12:27:53 +02:00
anim_deps.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
anim_draw.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
anim_filter.c Fix T99732: Crash on F3 in the dopesheet 2022-07-19 17:49:10 +02:00
anim_intern.h Cleanup: use doxygen comments & sections for animation files 2022-03-09 16:29:22 +11:00
anim_ipo_utils.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
anim_markers.c Fix: Timeline marker names are not correctly clipped in some cases 2022-08-02 20:59:44 -07:00
anim_motion_paths.c Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
anim_ops.c Cleanup: Remove scene frame macros (`CFRA` et al.) 2022-06-30 18:38:44 +02:00
drivers.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
fmodifier_ui.c Cleanup: Rename & refactor several F-curve functions 2022-07-14 10:24:32 +02:00
keyframes_draw.c Cleanup: use 'num' / 'size' suffix instead of 'sz' 2022-05-11 13:40:09 +10:00
keyframes_edit.c Fix Unreported : add F-curves only filter to functions only appliable to F-curves channels. 2022-08-02 12:27:53 +02:00
keyframes_general.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
keyframes_keylist.cc Fix Unreported : add F-curves only filter to functions only appliable to F-curves channels. 2022-08-02 12:27:53 +02:00
keyframes_keylist_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
keyframing.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
keyingsets.c Cleanup: Move RNA path functions into own C++ file 2022-07-29 16:56:48 +02:00
time_scrub_ui.c VSE: Add option to limit timeline view height 2022-04-28 16:14:51 +02:00