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:
authorNathan Craddock <nzcraddock@gmail.com>2020-05-23 19:43:41 +0300
committerNathan Craddock <nzcraddock@gmail.com>2020-05-23 19:43:41 +0300
commit1f34a34fa5a0e674c9c8fe2e6980783e084ac567 (patch)
treefe2ad376f7e94578e4ad000e69abd034f219146d /release
parent041e4406493912543302132bff95327afecae7d4 (diff)
parent6f8d99322cf65d7cb24e9949d371e6bbdc726cd5 (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_bone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_bone.py b/release/scripts/startup/bl_ui/properties_data_bone.py
index aca358870c8..ff4425fbb73 100644
--- a/release/scripts/startup/bl_ui/properties_data_bone.py
+++ b/release/scripts/startup/bl_ui/properties_data_bone.py
@@ -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):