ayon-core/openpype/pipeline
Toke Jepsen 7973354fef
Option to start versioning from 0 (#5262)
* Initial version, replaced all hard 1 with 0

* ftrack v0 works only with version cast as str

* workfile tools can set 0

* fixed hound stuff

* fix for auto versioning not working anymore

* fix for not incrementing version

* hound fix

* Settings determined versioning start

* Code cosmetics

* Better failsafe for collecting settings.

* Initial profiles commit

* Hound

* Working profiles

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/plugins/publish/collect_anatomy_instance_data.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/settings/entities/schemas/projects_schema/schema_project_global.json

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Illicitit feedback

* Update openpype/pipeline/context_tools.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Fix collect_published_files

* Working version

* Hound

* Update openpype/pipeline/version_start.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/pipeline/version_start.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/tools/push_to_project/control_integrate.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/photoshop/plugins/publish/collect_published_version.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/photoshop/plugins/publish/collect_published_version.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/pipeline/workfile/path_resolving.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/settings/__init__.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Hound

* Illicitit feedback

* Replace host.name

* Update openpype/plugins/publish/collect_anatomy_instance_data.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* reuse 'task_name' and 'task_type'

* skip hero integration when source version in 0

---------

Co-authored-by: maxpareschi <max.pareschi@gmail.com>
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-08-10 13:31:49 +02:00
..
create Merge branch 'develop' into enhancement/OP-3555_Nuke-Render-and-Prerender-nodes-Process-Order 2023-07-31 16:34:19 +02:00
farm Nuke: returned not cleaning of renders folder on the farm (#5374) 2023-08-01 15:37:57 +02:00
load Loader: Remove context argument from Loader.__init__() (#4602) 2023-07-11 17:48:33 +02:00
publish Webpublisher: Self contain test publish logic (#5414) 2023-08-07 16:53:09 +02:00
schema Chore: Schemas inside OpenPype (#5354) 2023-07-27 10:20:36 +02:00
workfile Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00
__init__.py Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00
actions.py removed debug prints 2022-03-24 13:31:45 +01:00
anatomy.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
colorspace.py adding input arguments for env 2023-08-04 16:25:50 +02:00
constants.py ♻️ replace OpenPype/Avalon for Ayon 2023-04-14 17:42:42 +02:00
context_tools.py Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00
delivery.py oscar's comment 2023-07-12 11:41:34 +08:00
editorial.py editorial fixing handles to int and adding speed attribute 2022-08-19 16:15:16 +02:00
legacy_io.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
mongodb.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
plugin_discover.py public 'discover' function can expect all possible arguments 2023-02-16 09:52:39 +01:00
project_folders.py skip folders creation if are not set 2022-08-31 16:15:28 +02:00
tempdir.py removing python3 only code 2023-02-15 12:26:50 +01:00
template_data.py AYON: Add folder to template data (#5417) 2023-08-07 17:22:28 +02:00
thumbnail.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
version_start.py Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00