From 590a6b526987f08f8b8160bce83c83aab0076a6e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Aug 2018 21:00:25 +1000 Subject: Cleanup: pep8 --- release/scripts/startup/bl_operators/clip.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'release/scripts/startup/bl_operators/clip.py') diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py index c9499388449..3c9fc012eeb 100644 --- a/release/scripts/startup/bl_operators/clip.py +++ b/release/scripts/startup/bl_operators/clip.py @@ -674,14 +674,16 @@ class CLIP_OT_setup_tracking_scene(Operator): # rendersettings setup_collection_recursively( - vlayers["Foreground"].collections[0].children, - "background", - "holdout") + vlayers["Foreground"].collections[0].children, + "background", + "holdout", + ) setup_collection_recursively( - vlayers["Background"].collections[0].children, - "foreground", - "indirect_only") + vlayers["Background"].collections[0].children, + "foreground", + "indirect_only", + ) @staticmethod def _wipeDefaultNodes(tree): -- cgit v1.2.3