Skip to content
Snippets Groups Projects
Commit a9328a2a authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Fixed error in naming, drawtype to draw_type

parent 1a302d11
No related branches found
No related tags found
No related merge requests found
...@@ -640,7 +640,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu): ...@@ -640,7 +640,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout.separator() layout.separator()
if arm.drawtype in ('BBONE', 'ENVELOPE'): if arm.draw_type in ('BBONE', 'ENVELOPE'):
layout.operator("transform.transform", layout.operator("transform.transform",
text="Scale Envelope Distance").mode = 'BONE_SIZE' text="Scale Envelope Distance").mode = 'BONE_SIZE'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment