mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
temporarily turn of templates in nuke
This commit is contained in:
parent
d98d92e410
commit
ba6d14c7e1
2 changed files with 11 additions and 11 deletions
|
|
@ -9,11 +9,11 @@ from .lib import collect_container_metadata
|
|||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# do not delete these are mandatory
|
||||
Anatomy = None
|
||||
Dataflow = None
|
||||
Metadata = None
|
||||
Colorspace = None
|
||||
# # do not delete these are mandatory
|
||||
# Anatomy = None
|
||||
# Dataflow = None
|
||||
# Metadata = None
|
||||
# Colorspace = None
|
||||
|
||||
PACKAGE_DIR = os.path.dirname(__file__)
|
||||
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|
||||
|
|
|
|||
12
pype/api.py
12
pype/api.py
|
|
@ -17,12 +17,12 @@ from .action import (
|
|||
|
||||
from pypeapp import Logger
|
||||
|
||||
from . import (
|
||||
Anatomy,
|
||||
Colorspace,
|
||||
Metadata,
|
||||
Dataflow
|
||||
)
|
||||
# from . import (
|
||||
# Anatomy,
|
||||
# Colorspace,
|
||||
# Metadata,
|
||||
# Dataflow
|
||||
# )
|
||||
|
||||
from .templates import (
|
||||
load_data_from_templates,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue