Cleanup: pep8

This commit is contained in:
2018-07-03 07:13:27 +02:00
parent 646f8bdb48
commit 105192e5a2
6 changed files with 14 additions and 15 deletions

View File

@@ -195,18 +195,18 @@ class AddObjectHelper:
self.rotation.zero()
view_align = BoolProperty(
name="Align to View",
default=False,
update=view_align_update_callback,
)
name="Align to View",
default=False,
update=view_align_update_callback,
)
location = FloatVectorProperty(
name="Location",
subtype='TRANSLATION',
)
name="Location",
subtype='TRANSLATION',
)
rotation = FloatVectorProperty(
name="Rotation",
subtype='EULER',
)
name="Rotation",
subtype='EULER',
)
@classmethod
def poll(self, context):