Cleanup: unused variables

This commit is contained in:
2018-10-25 12:03:34 +11:00
parent bf34f95a9e
commit 23fdac8672
10 changed files with 12 additions and 21 deletions

View File

@@ -624,7 +624,7 @@ class CLIP_OT_setup_tracking_scene(Operator):
fg.use_sky = True
if not view_layers.get("Background"):
bg = view_layers.new("Background")
_bg = view_layers.new("Background")
@staticmethod
def createCollection(context, collection_name):
@@ -969,8 +969,6 @@ class CLIP_OT_setup_tracking_scene(Operator):
setup_shadow_catcher_objects(bg_coll)
def execute(self, context):
scene = context.scene
self._setupScene(context)
self._setupWorld(context)
self._setupCamera(context)