mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Import Reference during Publish
This commit is contained in:
parent
2dc186f191
commit
bf7cca8586
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
|
||||
import pyblish.api
|
||||
|
||||
from openpype.pipeline import publish, legacy_io
|
||||
|
|
@ -37,7 +39,6 @@ class ImportReference(publish.Extractor):
|
|||
tmp_format = "_tmp"
|
||||
|
||||
def process(self, instance):
|
||||
import os
|
||||
from maya import cmds
|
||||
|
||||
ext_mapping = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue