mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Mixin class
This commit is contained in:
parent
8bd8dc1af7
commit
a8d0c4f822
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from openpype.pipeline.publish import OpenPypePyblishPluginMixin
|
|||
from openpype.lib import BoolDef
|
||||
|
||||
|
||||
class ExtractMayaSceneRaw(publish.Extractor):
|
||||
class ExtractMayaSceneRaw(publish.Extractor, OpenPypePyblishPluginMixin):
|
||||
"""Extract as Maya Scene (raw).
|
||||
|
||||
This will preserve all references, construction history, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue