ayon-core/openpype/pipeline
Petr Kalis c5d882c7ea
Maya: Fix wrong subset name of render family in deadline (#5442)
* Use existing subset_name as group_name by default

New publisher already carries real subset name (`renderModelingMain`), it should build group name only if subset_name is weird.

* Let legacy conversion of render instance recreate subset_name

Without it would create subset names like `renderingMain` which are not matching to newly created `renderMain` instances. This would cause issue in version restarts.

* Let Render Creator for Maya create proper subset_name

It was using hardcoded logic not matching other DCCs.

* Hound

* Fix method calls

* Fix typos

* Do not import unnecessary

* Capitalize is wrong function for here

* Overwrite get_subset_name for standardized results

It makes sense to override this method for other parts of code getting same results.

* Force change

It seems that GH doesn't recognize changes with adding()

* Update openpype/hosts/maya/plugins/create/convert_legacy.py

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

* Hound

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-17 10:33:52 +02:00
..
create Chore: Default variant in create plugin (#5429) 2023-08-15 13:36:40 +02:00
farm Maya: Fix wrong subset name of render family in deadline (#5442) 2023-08-17 10:33:52 +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 Add automated targets for tests (#5443) 2023-08-11 11:17:38 +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 AYON: Thumbnails cache and api prep (#5437) 2023-08-11 16:22:07 +02:00
version_start.py Option to start versioning from 0 (#5262) 2023-08-10 13:31:49 +02:00