mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix openpype imports
This commit is contained in:
parent
ee6e42ec6c
commit
0508cd986a
133 changed files with 170 additions and 170 deletions
|
|
@ -185,7 +185,7 @@ class BaseCreator:
|
|||
|
||||
# Instance attribute definitions that can be changed per instance
|
||||
# - returns list of attribute definitions from
|
||||
# `openpype.pipeline.attribute_definitions`
|
||||
# `ayon_core.pipeline.attribute_definitions`
|
||||
instance_attr_defs = []
|
||||
|
||||
# Filtering by host name - can be used to be filtered by host name
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ def create_custom_tempdir(project_name, anatomy=None):
|
|||
|
||||
Args:
|
||||
project_name (str): project name
|
||||
anatomy (openpype.pipeline.Anatomy)[optional]: Anatomy object
|
||||
anatomy (ayon_core.pipeline.Anatomy)[optional]: Anatomy object
|
||||
|
||||
Returns:
|
||||
str | None: formatted path or None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue