ayon-core/openpype/hosts/maya
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
..
api Maya: Fix wrong subset name of render family in deadline (#5442) 2023-08-17 10:33:52 +02:00
hooks Applications: Launch hooks cleanup (#5395) 2023-08-03 12:24:23 +02:00
plugins Maya: Fix wrong subset name of render family in deadline (#5442) 2023-08-17 10:33:52 +02:00
startup AYON: General fixes and updates (#4975) 2023-07-11 18:13:48 +02:00
tools General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
__init__.py reuse 'MAYA_ROOT_DIR' from public 2022-08-29 13:24:42 +02:00
addon.py change imports in hosts 2022-11-03 16:27:38 +01:00
lib.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00