Style edit (mostly), use """ for docstrings (not ''').
Should also fix the broken py ops tips...
This commit is contained in:
@@ -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'}
|
||||
|
Reference in New Issue
Block a user