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.
This commit is contained in:
Jacques Lucke
2020-02-12 17:01:41 +01:00
parent fffb185dbf
commit c10e05ceb8

View File

@@ -3390,7 +3390,6 @@ class BoneOptions:
"use_deform",
"use_envelope_multiply",
"use_inherit_rotation",
"inherit_scale",
]
if context.mode == 'EDIT_ARMATURE':