In the movie clip editor, some options of operators are exposed as properties and are shown in the toolbar.
Other areas of Blender do not do this making the movie clip editor break paradigm.
This change is needed to migrate the current toolbar to a new active tool based toolbar
Details
Details
- Reviewers
Sebastian Koenig (sebastian_k) Sergey Sharybin (sergey) - Group Reviewers
User Interface Motion Tracking
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- clip_prop_remove (branched from master)
- Build Status
Buildable 11656 Build 11656: arc lint + arc unit
Event Timeline
| source/blender/makesdna/DNA_tracking_types.h | ||
|---|---|---|
| 298 | Since the padding is a multiple of 8 you should be able to just remove it. | |
Comment Actions
Other areas of Blender do not do this making the movie clip editor break paradigm.
This change is needed to migrate the current toolbar to a new active tool based toolbar.
I would like to see a more proper design.
Such change has an usability implication, and there needs to be something strong to support such change than a consistency with paradigms.
Comment Actions
From feedback, it seems like people don't like the UX of this change, a different solution is used in D10198