Cleanup: line length

This commit is contained in:
2019-01-30 09:03:37 +11:00
parent 7d91ef0488
commit 7894d6c6f1
15 changed files with 48 additions and 24 deletions

View File

@@ -953,7 +953,8 @@ class LoadReferenceImage(LoadImageAsEmpty, Operator):
class OBJECT_OT_assign_property_defaults(Operator):
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing"""
"""Assign the current values of custom properties as their defaults, """ \
"""for use as part of the rest pose state in NLA track mixing"""
bl_idname = "object.assign_property_defaults"
bl_label = "Assign Custom Property Values as Default"
bl_options = {'UNDO', 'REGISTER'}