mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
make sure quicktime gets process whether it has startFrameReview or startFrame in the data
This commit is contained in:
parent
81036e0b6e
commit
e686bc66bf
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue