mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge pull request #3435 from pypeclub/feature/CU-2k718uc_Move-anatomy-to-pipeline
This commit is contained in:
commit
e546add19a
3 changed files with 1288 additions and 1249 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -6,6 +6,7 @@ from .constants import (
|
|||
from .mongodb import (
|
||||
AvalonMongoDB,
|
||||
)
|
||||
from .anatomy import Anatomy
|
||||
|
||||
from .create import (
|
||||
BaseCreator,
|
||||
|
|
@ -96,6 +97,9 @@ __all__ = (
|
|||
# --- MongoDB ---
|
||||
"AvalonMongoDB",
|
||||
|
||||
# --- Anatomy ---
|
||||
"Anatomy",
|
||||
|
||||
# --- Create ---
|
||||
"BaseCreator",
|
||||
"Creator",
|
||||
|
|
|
|||
1257
openpype/pipeline/anatomy.py
Normal file
1257
openpype/pipeline/anatomy.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue