ayon-core/openpype/hosts/maya/api
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
..
__init__.py Remove redundant export_alembic method. 2023-01-07 09:35:48 +00:00
action.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
commands.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
customize.py Fix #4357: Move Look Assigner tool to maya since it's Maya only 2023-03-14 11:15:02 +01:00
fbx.py fix parenting for skeletal meshes 2022-03-15 00:41:46 +01:00
gltf.py glTF-extractor-for-Maya 2022-11-26 16:17:09 +08:00
lib.py Hide CreateAnimation instead of disable 2023-07-14 11:15:18 +01:00
lib_renderproducts.py 🔀 Merge remote-tracking branch 'origin/develop' into maya_new_publisher 2023-07-11 15:58:18 +02:00
lib_rendersettings.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
lib_rendersetup.py Merge remote-tracking branch 'upstream/develop' into maya_new_publisher 2023-04-04 17:05:59 +02:00
menu.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
pipeline.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
plugin.py Maya: Fix wrong subset name of render family in deadline (#5442) 2023-08-17 10:33:52 +02:00
render_setup_tools.py Remove unused comment 2023-06-30 23:27:20 +02:00
setdress.py General: Reduce usage of legacy io (#4723) 2023-07-11 18:11:07 +02:00
shader_definition_editor.py use qtpy in maya implementation instead of Qt 2022-12-20 13:39:27 +01:00
workfile_template_builder.py indent correction 2023-06-30 15:15:06 +02:00
workio.py maya define it's workfile extensions only in module itself 2022-08-11 14:14:21 +02:00