Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <j.jaydez@gmail.com>2010-12-30 19:00:39 +0300
committerJonathan Smith <j.jaydez@gmail.com>2010-12-30 19:00:39 +0300
commita9328a2aa41f8b6eb8d6b322f6f428dc31c1784d (patch)
tree1480dc1bf5db81f701292237f292d61bc69650bf
parent1a302d11c82f85531b2d48a918b96447aea4534e (diff)
Fixed error in naming, drawtype to draw_type
-rw-r--r--space_view3d_spacebar_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 93fd82c7..01a55bb6 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -640,7 +640,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout.separator()
- if arm.drawtype in ('BBONE', 'ENVELOPE'):
+ if arm.draw_type in ('BBONE', 'ENVELOPE'):
layout.operator("transform.transform",
text="Scale Envelope Distance").mode = 'BONE_SIZE'