Style edit (mostly), use """ for docstrings (not ''').

Should also fix the broken py ops tips...
This commit is contained in:
Bastien Montagne
2012-07-03 09:02:41 +00:00
parent a0a4c54710
commit 63810ffcef
20 changed files with 102 additions and 100 deletions

View File

@@ -341,7 +341,7 @@ from bpy.props import EnumProperty, BoolProperty
class AlignObjects(Operator):
'''Align Objects'''
"""Align Objects"""
bl_idname = "object.align"
bl_label = "Align Objects"
bl_options = {'REGISTER', 'UNDO'}