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

@@ -70,8 +70,8 @@ class CONSTRAINT_OT_normalize_target_weights(Operator):
class CONSTRAINT_OT_disable_keep_transform(Operator):
"""Set the influence of this constraint to zero while """ \
"""trying to maintain the object's transformation. Other active """ \
"""constraints can still influence the final transformation"""
"""trying to maintain the object's transformation. Other active """ \
"""constraints can still influence the final transformation"""
bl_idname = "constraint.disable_keep_transform"
bl_label = "Disable and Keep Transform"