From c8229500d15902113a795c9fef89e16d5d193f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Nov 2016 16:42:26 +0100 Subject: [PATCH] Bugfix --- blender_cloud/attract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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