Commit graph

40622 commits

Author SHA1 Message Date
Kayla Man
5b8485a394 resolve conflict 2024-07-02 22:53:18 +08:00
Kayla Man
845def8a83
Merge pull request #727 from ynput/bugfix/AY-5937_Maya-Issue-with-UDIM-Textures-in-Yeti-Rig-Publish
Maya: UDIM texture from Yeti Rig Collector can be searched correctly with absolute path
2024-07-02 22:44:34 +08:00
Kayla Man
393de2301b
Merge branch 'develop' into bugfix/AY-5937_Maya-Issue-with-UDIM-Textures-in-Yeti-Rig-Publish 2024-07-02 22:44:06 +08:00
Kayla Man
b9037751b0 ruff cosmetic fix 2024-07-02 22:39:27 +08:00
Kayla Man
0f29f1b478 fix the bug in connect ornatrix rig 2024-07-02 22:36:50 +08:00
Kayla Man
6b9ff1772d
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-07-02 22:23:43 +08:00
Kayla Man
c91b82eb2e
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-07-02 22:23:32 +08:00
Kayla Man
7bfda3584c resolve conflict 2024-07-02 21:55:09 +08:00
Kayla Man
d9e89d60c5 wip connect ornatrix rig 2024-07-02 21:54:17 +08:00
Kayla Man
4a5d3224cc bug fix the no object found for group node in load ornatrix cache and load ornatrix alembic not being loaded the outliner color 2024-07-02 21:51:21 +08:00
Ondřej Samohel
2e732629ed
Merge pull request #295 from BigRoy/enhancement/usd_workflow
Houdini: Implement USD workflow with global asset/shot contributions plug-in
2024-07-02 15:32:09 +02:00
Ondřej Samohel
31cac8aa2c
Merge branch 'develop' into enhancement/usd_workflow 2024-07-02 15:26:39 +02:00
Ondřej Samohel
3528bc33ea
Merge pull request #698 from BigRoy/bugfix/houdini_create_hda_houdini20
Houdini: Fix CreateHDA for Houdini 20+
2024-07-02 15:26:16 +02:00
Kayla Man
80e44d2b58 clean up on the ornatrix rig loader 2024-07-02 19:21:47 +08:00
Roy Nieterau
a5e46436d1 Remove unused imports 2024-07-02 13:17:01 +02:00
Kayla Man
c30f6c1ff7 clean up the ornatrix cache product type 2024-07-02 19:05:53 +08:00
Roy Nieterau
8d37f49953 Cosmetics: Move argument order to match function signature 2024-07-02 12:18:44 +02:00
Roy Nieterau
379d610829 Make ext argument required but allow None 2024-07-02 12:17:21 +02:00
Kayla Man
382227bd31 make sure oxsavegrooms can export the preset correctly 2024-07-02 17:52:30 +08:00
Kayla Man
89d1e61bb1 add connect ornatrix rig options into the scene inventory 2024-07-02 16:11:08 +08:00
Kayla Man
a56e4f7ec7 add validator for ornatrix content & load ornatrix_grooms contents 2024-07-02 14:07:37 +08:00
Roy Nieterau
6088a27915 Comment cosmetics 2024-07-02 03:44:32 +02:00
Roy Nieterau
1cc699d421 Support persisting tab menu for HDA in Houdini 20+ 2024-07-02 03:43:05 +02:00
Roy Nieterau
d2f6674db6 Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/houdini_create_hda_houdini20 2024-07-02 03:23:00 +02:00
Roy Nieterau
f45012ede7 Support publishing USD to another context if original instance has ValidateInstanceInContext disabled
(This basically disables the validation for any runtime instance in Houdini that does not have an instance node)
2024-07-02 01:28:21 +02:00
Roy Nieterau
79c3fae3cb Clarify the log message and make it a debug message 2024-07-01 22:25:48 +02:00
Roy Nieterau
2b594f3365 Remove get_template_data_with_names call as this should already have been collected in other Collectors for that. 2024-07-01 22:23:06 +02:00
Roy Nieterau
5f9cb3d550 Fix contribution layers from settings 2024-07-01 22:19:35 +02:00
Roy Nieterau
9b82215674 Cosmetics 2024-07-01 22:13:07 +02:00
Roy Nieterau
5a3b3e18b3 Improve creator icons 2024-07-01 22:11:31 +02:00
Roy Nieterau
afabfeb25e Add comment 2024-07-01 22:11:01 +02:00
Roy Nieterau
2d340739e1 Support plug-in enabled state 2024-07-01 20:57:23 +02:00
Roy Nieterau
d490187178 Remove optional/active state because it's all based on the "Enabled" state of the USD Contribution toggle 2024-07-01 20:52:34 +02:00
Roy Nieterau
5b557213d8 Move comment along 2024-07-01 20:49:29 +02:00
Roy Nieterau
61ed277655 Expose contribution department layers and strengths to settings 2024-07-01 20:48:02 +02:00
Roy Nieterau
cea8c96257 Do not crash on no ordered rendervars for a render product 2024-07-01 20:39:00 +02:00
Roy Nieterau
e6a1b9e047 Remove logging + improve validation message 2024-07-01 19:36:40 +02:00
Roy Nieterau
d85603fa65 Add todo 2024-07-01 18:09:02 +02:00
Roy Nieterau
6fd809b41c Fix optional processing 2024-07-01 18:08:09 +02:00
Roy Nieterau
aa6a2b9ddd Add validation for default prim when contributing to asset instead of shot 2024-07-01 18:06:19 +02:00
Roy Nieterau
09a072716e Fix docstring 2024-07-01 17:47:23 +02:00
Roy Nieterau
0fcb24ef51 Merge branch 'enhancement/usd_workflow' of https://github.com/BigRoy/ayon-core into enhancement/usd_workflow 2024-07-01 17:42:54 +02:00
Roy Nieterau
e96354b545 Disable ValidateUSDRenderProductPaths by default because it may be quite a specific validation as the plug-ins comments explain. 2024-07-01 17:42:12 +02:00
Roy Nieterau
8c89d51be0 Fix optional support in ValidateUSDRenderProductPaths 2024-07-01 17:41:46 +02:00
Kayla Man
599462eb12
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-07-01 19:29:52 +08:00
Roy Nieterau
7f94167abc
Update client/ayon_core/plugins/publish/extract_usd_layer_contributions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-07-01 12:54:19 +02:00
Kayla Man
acbdd430be
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-07-01 16:46:26 +08:00
Kayla Man
0eb7789381
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-07-01 16:46:18 +08:00
Kayla Man
6c92eb513f make sure the parsed file is string value inside resources['files'] 2024-07-01 12:22:47 +08:00
Kayla Man
d4ca4f8a36 supports to publish groom presets in ornatrix rig extractor 2024-07-01 11:41:16 +08:00