mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Explicit absolute import of create_write_node.
This commit is contained in:
parent
af78f6c606
commit
09d51c52fb
1 changed files with 1 additions and 4 deletions
|
|
@ -1,11 +1,8 @@
|
|||
from collections import OrderedDict
|
||||
import avalon.api
|
||||
import avalon.nuke
|
||||
from pype.nuke import (
|
||||
create_write_node
|
||||
)
|
||||
from pype.nuke.lib import create_write_node
|
||||
from pype import api as pype
|
||||
# from pypeapp import Logger
|
||||
|
||||
import nuke
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue