mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Elaborate create_first_version argument to differentiate from workfile_creation_enabled
This commit is contained in:
parent
a653ed64e4
commit
b470ff214d
1 changed files with 4 additions and 1 deletions
|
|
@ -506,7 +506,10 @@ class AbstractTemplateBuilder(ABC):
|
|||
keep_placeholders (bool): Add flag to placeholder data for
|
||||
hosts to decide if they want to remove
|
||||
placeholder after it is used.
|
||||
create_first_version (bool): create first version of a workfile
|
||||
create_first_version (bool): Create first version of a workfile.
|
||||
When set to True, this option initiates the saving of the
|
||||
workfile for an initial version. It will skip saving if
|
||||
a version already exists.
|
||||
workfile_creation_enabled (Any): Whether we are creating a new
|
||||
workfile. If False, we assume we just want to build the
|
||||
template in our current scene.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue