make sure quicktime gets process whether it has startFrameReview or startFrame in the data

This commit is contained in:
Milan Kolar 2019-03-04 20:51:39 +01:00
parent 81036e0b6e
commit e686bc66bf

View file

@ -57,7 +57,13 @@ class IntegrateFtrackInstance(pyblish.api.InstancePlugin):
self.log.debug('dest ext: ' + ext)
thumbnail = False
if ext in ['.mov']:
if not instance.data.get('startFrameReview'):
instance.data['startFrameReview'] = instance.data['startFrame']
if not instance.data.get('endFrameReview'):
instance.data['endFrameReview'] = instance.data['endFrame']
location = ft_session.query(
'Location where name is "ftrack.server"').one()
component_data = {