Fix redo and create a new operator to display only the required properties.
Keymap Changes.
Details
Details
- Reviewers
Campbell Barton (campbellbarton) Brecht Van Lommel (brecht) - Group Reviewers
Modeling - Maniphest Tasks
- T68610: B-Bone display size/scaling op issues
- Commits
- rBef4505a1583f: Fix T68610: B-Bone display size/scaling op issues
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- master
- Build Status
Buildable 6618 Build 6618: arc lint + arc unit
Event Timeline
| source/blender/editors/transform/transform_ops.c | ||
|---|---|---|
| 1024–1025 | These names should be better, the name should always include a verb. ot->name = "Scale B-Bone"; ot->description = "Scale selected bendy bones display size"; TRANSFORM_OT_bonesize can also be renamed to match. | |
Comment Actions
- Improve description.
- rename "bonesize" to "bbone_resize"
It would also be nice to rename the file "transform_mode_bonesize.c" to
"transform_mode_bbone_resize.c", but this could be for another commit.