mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
cleanup or imports
This commit is contained in:
parent
ad2a01c1fd
commit
ec39b9f1d1
12 changed files with 14 additions and 41 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import nuke
|
||||
import os
|
||||
import pyblish.api
|
||||
import avalon.io as io
|
||||
from avalon import io
|
||||
# TODO: add repair function
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
import os
|
||||
import contextlib
|
||||
|
||||
from avalon import api
|
||||
import avalon.io as io
|
||||
|
||||
from avalon import api, io
|
||||
|
||||
import nuke
|
||||
|
||||
|
|
@ -102,7 +99,7 @@ class LoadMov(api.Loader):
|
|||
handle_start = version_data.get("handleStart", None)
|
||||
handle_end = version_data.get("handleEnd", None)
|
||||
repr_cont = context["representation"]["context"]
|
||||
|
||||
|
||||
# fix handle start and end if none are available
|
||||
if not handle_start and not handle_end:
|
||||
handle_start = handles
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
import os
|
||||
import contextlib
|
||||
|
||||
from avalon import api
|
||||
import avalon.io as io
|
||||
|
||||
from avalon import api, io
|
||||
|
||||
import nuke
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue