mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix the slate in
This commit is contained in:
parent
cf56c4d3d1
commit
5f7f4f08d1
1 changed files with 5 additions and 0 deletions
|
|
@ -591,6 +591,11 @@ class ExporterReview(object):
|
|||
# get first and last frame
|
||||
self.first_frame = min(self.collection.indexes)
|
||||
self.last_frame = max(self.collection.indexes)
|
||||
|
||||
first = self.instance.data.get("frameStartHandle", None)
|
||||
if first:
|
||||
if first > self.first_frame:
|
||||
self.first_frame = first
|
||||
else:
|
||||
self.fname = os.path.basename(self.path_in)
|
||||
self.fhead = os.path.splitext(self.fname)[0] + "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue