Merge branch 'blender-v2.83-release'

This commit is contained in:
Nathan Craddock
2020-05-23 10:43:41 -06:00
3 changed files with 44 additions and 27 deletions

View File

@@ -267,7 +267,7 @@ class BONE_PT_display(BoneButtonsPanel, Panel):
if bone:
col = layout.column()
col.prop(bone, "hide", text="Hide")
col.prop(bone, "hide", text="Hide", toggle=0)
class BONE_PT_display_custom_shape(BoneButtonsPanel, Panel):