Bugfix
This commit is contained in:
parent
65ff9da428
commit
c8229500d1
@ -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
|
||||||
|
Reference in New Issue
Block a user