Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2020-02-12 19:01:41 +0300
committerJacques Lucke <mail@jlucke.com>2020-02-12 19:02:10 +0300
commitc10e05ceb89ebb52707d519e091ebab9ca62e40b (patch)
treed5ef482f86d842a528b8d13e297b65702fc17953 /release
parentfffb185dbffa3d1bd6a1424fc594d3f2e6fa8331 (diff)
Fix T69697: Remove not working "Inherit Scale" option from menu
The option can still be modified in the bone settings in the properties editor. In the future a correct menu entry (using an enum) can be added back. For that, an operator like `wm.context_collection_boolean_set` could be added for enums.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index cffa52c8052..de5e6624085 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3390,7 +3390,6 @@ class BoneOptions:
"use_deform",
"use_envelope_multiply",
"use_inherit_rotation",
- "inherit_scale",
]
if context.mode == 'EDIT_ARMATURE':