flame: add hack comment

This commit is contained in:
Jakub Jezek 2022-04-07 15:10:23 +02:00
parent d0a2a781ae
commit 1535b47124
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -247,6 +247,7 @@ class CollectTimelineInstances(pyblish.api.ContextPlugin):
head = clip_data.get("segment_head")
tail = clip_data.get("segment_tail")
# HACK: it is here to serve for versions bellow 2021.1
if not head:
head = int(clip_data["source_in"]) - int(first_frame)
if not tail: