fix for crash with GLSL material when image couldn't be loaded.

also quiet pep8 warnings.
This commit is contained in:
2011-02-10 14:59:17 +00:00
parent 1817a045b4
commit d240206c88
8 changed files with 12 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ class MESH_MT_vertex_group_specials(bpy.types.Menu):
layout.operator("object.vertex_group_copy_to_linked", icon='LINK_AREA')
layout.operator("object.vertex_group_copy_to_selected", icon='LINK_AREA')
layout.operator("object.vertex_group_mirror", icon='ARROW_LEFTRIGHT')
layout.operator("object.vertex_group_remove", icon='X', text="Delete All").all=True
layout.operator("object.vertex_group_remove", icon='X', text="Delete All").all = True
class MESH_MT_shape_key_specials(bpy.types.Menu):