mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
update label
This commit is contained in:
parent
e21249d8c4
commit
02d08dfcb8
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import nuke
|
||||
import os
|
||||
import math
|
||||
import pyblish.api
|
||||
import openpype.api
|
||||
from avalon.nuke import lib as anlib
|
||||
|
|
@ -31,7 +30,6 @@ class ExtractModel(openpype.api.Extractor):
|
|||
last_frame = int(nuke.root()["last_frame"].getValue())
|
||||
step = 1
|
||||
output_range = str(nuke.FrameRange(first_frame, last_frame, step))
|
||||
|
||||
|
||||
self.log.info("instance.data: `{}`".format(
|
||||
pformat(instance.data)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue