This commit is contained in:
karimmozlia 2021-10-22 14:30:48 +02:00
parent 56850e6bd3
commit aa5242ac48

View file

@ -28,7 +28,6 @@ class ExtractModel(openpype.api.Extractor):
handle_end = instance.context.data["handleEnd"]
first_frame = int(nuke.root()["first_frame"].getValue())
last_frame = int(nuke.root()["last_frame"].getValue())
step = 1
self.log.info("instance.data: `{}`".format(
pformat(instance.data)))