Merge pull request #3435 from pypeclub/feature/CU-2k718uc_Move-anatomy-to-pipeline

This commit is contained in:
Milan Kolar 2022-06-30 14:15:32 +02:00 committed by GitHub
commit e546add19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1288 additions and 1249 deletions

File diff suppressed because it is too large Load diff

View file

@ -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

File diff suppressed because it is too large Load diff