From c10e05ceb89ebb52707d519e091ebab9ca62e40b Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 12 Feb 2020 17:01:41 +0100 Subject: 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. --- release/scripts/startup/bl_ui/space_view3d.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') 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': -- cgit v1.2.3