Show FCurve modifier toggle widget as 'inactive' when there are no modifiers #106214

Merged
Sybren A. Stüvel merged 5 commits from dr.sybren/blender:anim/fcurve-modifier-toggle-visibility into main 2023-09-14 15:03:43 +02:00

5 Commits

Author SHA1 Message Date
Sybren A. Stüvel b7e790d1aa Add C++ style cast 2023-09-14 14:54:08 +02:00
Sybren A. Stüvel 5189cffc68 Merge remote-tracking branch 'origin/main' into anim/fcurve-modifier-toggle-visibility 2023-09-14 14:42:46 +02:00
Sybren A. Stüvel 40d0ed8d80 Feedback from last animation module meeting
buildbot/vexp-code-patch-coordinator Build done. Details
2023-06-12 15:34:21 +02:00
Sybren A. Stüvel daa050b476 Merge remote-tracking branch 'origin/main' into anim/fcurve-modifier-toggle-visibility 2023-06-12 15:00:26 +02:00
Sybren A. Stüvel fa61aca0cc Anim: only show FCurve modifier toggle widget when there are modifiers
buildbot/vexp-code-patch-coordinator Build done. Details
In the animation editors, only show the FCurve Modifier toggle widget
(the wrench) when the FCurve actually has one or more modifiers on it.

This simplifies the UI, by only showing the widget when it's relevant.

A possible downside is that now it's no longer possible to disable
modifiers before adding them.
2023-03-28 11:25:51 +02:00