Commit graph

40594 commits

Author SHA1 Message Date
Jakub Trllo
c5ea5d8403
Merge pull request #733 from ynput/feature/remove-houdini-addon
Chore: Remove Houdini addon
2024-07-03 16:42:58 +02:00
Jakub Trllo
6e7a0e5038
Merge branch 'develop' into feature/remove-houdini-addon 2024-07-03 16:42:13 +02:00
Petr Kalis
a969d00a1b
Merge pull request #728 from ynput/bugfix/AY-1232_Dirmap-does-not-work-with-sitesync
Fix: dirmap wasn't using local site values
2024-07-03 13:35:55 +02:00
Petr Kalis
2b899008d2
Merge branch 'develop' into bugfix/AY-1232_Dirmap-does-not-work-with-sitesync 2024-07-03 13:34:03 +02:00
Jakub Trllo
f29aed2fee
Merge branch 'develop' into feature/remove-houdini-addon 2024-07-03 12:48:14 +02:00
Jakub Trllo
5640c810ff
Merge pull request #730 from ynput/feature/remove-maya-addon
Chore: Removed Maya addon
2024-07-03 10:28:35 +02:00
Jakub Trllo
3afb29ff59 Merge branch 'develop' into feature/remove-maya-addon
# Conflicts:
#	server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
2024-07-03 10:22:29 +02:00
Jakub Trllo
2669abd4c9
Merge pull request #731 from ynput/feature/remove-resolve-addon
Chore: Removed Resolve addon
2024-07-03 10:21:14 +02:00
Jakub Trllo
46c8b17209
Merge branch 'develop' into feature/remove-resolve-addon 2024-07-03 10:20:40 +02: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
Jakub Trllo
cc13a565c1 removed houdini addon 2024-07-02 16:41:45 +02: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
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
Jakub Trllo
c62763ffbd removed resolve addon 2024-07-02 15:17:30 +02:00
Jakub Trllo
67becfd4b5 removed maya addon 2024-07-02 13:37:28 +02:00
Roy Nieterau
a5e46436d1 Remove unused imports 2024-07-02 13:17:01 +02: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
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
Petr Kalis
1298cb5a76 AY-1232 - use faster method to check site sync enabled on project 2024-07-01 12:04:00 +02:00
Petr Kalis
d4e90a4eb2 AY-1232 - used addon's get_site_root_overrides
Addon's get_site_root_overrides should return overridden root values for any site which is overridden by Site Settings.
'studio' site is currently overridden by `Roots` tab and comes from project settings directly.
2024-07-01 12:03:28 +02:00
Petr Kalis
1ef840f0cb AY-1232 - removed unnecessary get_site_local_overrides
Has wrong arguments, it would require SiteSync addon. Used only in dirmap file, where it could be replaced directly by SiteSync addon's method.
2024-07-01 11:57:32 +02:00