mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
cleanup
This commit is contained in:
parent
6e5f7c8a7c
commit
f25b5d309a
1 changed files with 3 additions and 7 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import os
|
||||
import pyblish.api
|
||||
from openpype.pipeline import (
|
||||
publish,
|
||||
OptionalPyblishPluginMixin
|
||||
)
|
||||
from openpype.pipeline import publish
|
||||
from pymxs import runtime as rt
|
||||
from openpype.hosts.max.api import (
|
||||
maintained_selection,
|
||||
|
|
@ -11,10 +8,9 @@ from openpype.hosts.max.api import (
|
|||
)
|
||||
|
||||
|
||||
class ExtractRedshiftProxy(publish.Extractor,
|
||||
OptionalPyblishPluginMixin):
|
||||
class ExtractRedshiftProxy(publish.Extractor):
|
||||
"""
|
||||
Extract Camera with AlembicExport
|
||||
Extract Redshift Proxy
|
||||
"""
|
||||
|
||||
order = pyblish.api.ExtractorOrder - 0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue