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:
Diffstat (limited to 'release/scripts/ui/properties_object_constraint.py')
-rw-r--r--release/scripts/ui/properties_object_constraint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/properties_object_constraint.py b/release/scripts/ui/properties_object_constraint.py
index b3a96841d71..49b0efe14a5 100644
--- a/release/scripts/ui/properties_object_constraint.py
+++ b/release/scripts/ui/properties_object_constraint.py
@@ -535,7 +535,7 @@ class ConstraintButtonsPanel():
col.prop(con, "disable_linked_collision", text="No Collision")
col = split.column()
- col.prop(con, "draw_pivot", text="Display Pivot")
+ col.prop(con, "show_pivot", text="Display Pivot")
split = layout.split()