Elaborate create_first_version argument to differentiate from workfile_creation_enabled

This commit is contained in:
Roy Nieterau 2024-09-06 17:33:55 +02:00
parent a653ed64e4
commit b470ff214d

View file

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