mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/pipeline/create/context.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
70f97b2738
commit
7fdfc78c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1981,7 +1981,7 @@ class CreateContext:
|
|||
|
||||
precreate_attr_defs = []
|
||||
# Hidden creators do not have or need the pre-create attributes.
|
||||
if hasattr(creator, "get_pre_create_attr_defs"):
|
||||
if isinstance(creator, Creator):
|
||||
precreate_attr_defs = creator.get_pre_create_attr_defs()
|
||||
|
||||
# Create default values of precreate data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue