Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_operators/clip.py')
-rw-r--r--release/scripts/startup/bl_operators/clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/clip.py b/release/scripts/startup/bl_operators/clip.py
index a88f8fc638f..73391f94c85 100644
--- a/release/scripts/startup/bl_operators/clip.py
+++ b/release/scripts/startup/bl_operators/clip.py
@@ -960,7 +960,7 @@ class CLIP_OT_setup_tracking_scene(Operator):
for ob in collection.objects:
ob.cycles.is_shadow_catcher = True
for child in collection.children:
- setup_shadow_catcher_collection(child)
+ setup_shadow_catcher_objects(child)
scene = context.scene
fg_coll = bpy.data.collections["foreground", None]