fix openpype imports

This commit is contained in:
Jakub Trllo 2024-02-05 16:02:14 +01:00
parent ee6e42ec6c
commit 0508cd986a
133 changed files with 170 additions and 170 deletions

View file

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

View file

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