Cleanup: run autopep8 on release/scripts/startup/

This commit is contained in:
2022-04-19 15:05:55 +10:00
parent 8c25889bb6
commit 58d86527ae
20 changed files with 68 additions and 44 deletions

View File

@@ -937,7 +937,7 @@ 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"""
"""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'}