mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added small comment
This commit is contained in:
parent
3489a71b08
commit
9c048478bb
1 changed files with 3 additions and 0 deletions
|
|
@ -478,6 +478,9 @@ class Creator(BaseCreator):
|
|||
# A thumbnail can be passed in precreate attributes
|
||||
# - if is set to True is should expect that a thumbnail path under key
|
||||
# PRE_CREATE_THUMBNAIL_KEY can be sent in data with precreate data
|
||||
# - is disabled by default because the feature was added in later stages
|
||||
# and creators who would not expect PRE_CREATE_THUMBNAIL_KEY could
|
||||
# cause issues with instance data
|
||||
create_allow_thumbnail = False
|
||||
|
||||
# Precreate attribute definitions showed before creation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue