This commit is contained in:
Sybren A. Stüvel 2016-11-04 16:42:26 +01:00
parent 65ff9da428
commit c8229500d1

View File

@ -474,7 +474,7 @@ class AttractStripUnlink(AttractOperatorMixin, Operator):
# For all Object IDs that are no longer in use in the edit, let Attract know. # 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 # This should be done with care, as the shot could have been attached to multiple
# strips. # strips.
id_to_shots = compute_strip_conflicts(context) id_to_shots = compute_strip_conflicts(context.scene)
for oid in unlinked_ids: for oid in unlinked_ids:
if len(id_to_shots[oid]): if len(id_to_shots[oid]):
# Still in use # Still in use