nuke: no need to remove slate frame

collection is already without it..
This commit is contained in:
Jakub Jezek 2022-07-22 16:30:50 +02:00
parent a0eba950c8
commit f0ca08b495
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -181,8 +181,6 @@ class ExporterReview(object):
# get first and last frame
self.first_frame = min(self.collection.indexes)
self.last_frame = max(self.collection.indexes)
if "slate" in self.instance.data["families"]:
self.first_frame += 1
else:
self.fname = os.path.basename(self.path_in)
self.fhead = os.path.splitext(self.fname)[0] + "."