* modified simple creator plugin to be able handle version control
* added 'allow_version_control' to simple creators
* don't remove 'create_context' from pyblish context during publishing
* implemented validator for existing version override
* actually fill version on collected instances
* version can be again changed from standalone publisher
* added comment to collector
* make sure the version is set always to int
* removed unused import
* disable validator if is disabled
* fix filtered instances loop
* define variable 'resolved_path' in right scope
* fixed missing 'input' variable
* make checks for keys more explicit and safe proof
* fixed caching of remapped colorspaces
* trying to fix indentation issue
* use safe keys pop
* ftrack status is not set in deadline plugin during celaction integration
* implemented new logic to set task status during publishing
* added missing settings for new plugins
* integrate hierarchy ftrack is filling status names for newly created tasks
* resaved default settings
* change label in settings
* Remove leftover docstring
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Use smaller differentiation in order to keep plugin in integration range
* formatting changes
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* add label to matching family
* Update openpype/tools/creator/model.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Whenever a person is creating a subset to publish, the "creator" widget
resets (where you choose the variant, product, etc.) so if the person
is publishing several images of the a variant which is not the default
one, they have to keep selecting the correct one after every "create".
This commit resets the original variant upon successful creation of a
subset for publishing.