diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index f55a073..454d8e6 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -474,7 +474,7 @@ class AttractStripUnlink(AttractOperatorMixin, Operator): # For all Object IDs that are no longer in use in the edit, let Attract know. # This should be done with care, as the shot could have been attached to multiple # strips. - id_to_shots = compute_strip_conflicts(context) + id_to_shots = compute_strip_conflicts(context.scene) for oid in unlinked_ids: if len(id_to_shots[oid]): # Still in use