fix the slate in

This commit is contained in:
Kayla Man 2023-09-25 14:23:17 +08:00
parent cf56c4d3d1
commit 5f7f4f08d1

View file

@ -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] + "."