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:
@@ -3390,7 +3390,6 @@ class BoneOptions:
|
||||
"use_deform",
|
||||
"use_envelope_multiply",
|
||||
"use_inherit_rotation",
|
||||
"inherit_scale",
|
||||
]
|
||||
|
||||
if context.mode == 'EDIT_ARMATURE':
|
||||
|
Reference in New Issue
Block a user