Commit graph

31436 commits

Author SHA1 Message Date
Toke Stuart Jepsen
43ece88f02 Include workfile family to import. 2023-06-22 09:40:19 +01:00
Ondřej Samohel
4931ae5cad
Merge pull request #5164 from ynput/bugix/remove-python39-syntax-from-max-code 2023-06-21 17:47:02 +02:00
Ondřej Samohel
1f339413ca
Merge pull request #5150 from ynput/bugfix/OP-6150_Maya-arnoldExportAss-errors-out-during-extraction-in-Extract-Arnold-Scene-Source 2023-06-21 17:43:26 +02:00
Jakub Ježek
ec28e506c4
Merge pull request #5166 from ynput/bugfix/OP-6217_Nuke-colorspace-config-issue
Colorspace: host config path backward compatibility
2023-06-21 15:12:12 +03:00
Jakub Ježek
2d1fc8e728
Update openpype/pipeline/colorspace.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-21 14:09:29 +02:00
Kayla Man
223a3338f3
Update openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-06-21 19:25:47 +08:00
Kayla Man
29c8cfe992 roy's comment 2023-06-21 18:48:25 +08:00
Milan Kolar
0526c33895
Merge pull request #5161 from tokejepsen/bugfix/OP-6204_Xgen-version-mismatch-after-publish 2023-06-21 11:50:54 +02:00
Milan Kolar
a371c8a147
Merge pull request #5053 from tokejepsen/bugfix/extract_color_transcode 2023-06-21 11:49:18 +02:00
Milan Kolar
4ac0674137
Merge pull request #5167 from tokejepsen/bugfix/OP-6206_xgen_export_abc 2023-06-21 11:48:29 +02:00
Milan Kolar
f9db6c997b
Merge pull request #5160 from tokejepsen/bugfix/OP-6039_Xgen-multiple-descriptions-on-single-shape 2023-06-21 11:48:13 +02:00
Kayla Man
1c2955a90a remove docstring 2023-06-21 16:50:08 +08:00
Kayla Man
353d304b61 toke's comment 2023-06-21 16:42:52 +08:00
Kayla Man
c18afe974b remove unused text files 2023-06-21 16:27:17 +08:00
Kayla Man
24a7097e33 Merge branch 'develop' into bugfix/OP-6150_Maya-arnoldExportAss-errors-out-during-extraction-in-Extract-Arnold-Scene-Source 2023-06-21 16:24:31 +08:00
Toke Jepsen
7dd30b505d
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-21 08:16:53 +01:00
github-actions[bot]
588148cb9f chore(): update bug report / version 2023-06-21 03:26:01 +00:00
ynbot
1e1ec9d91f
[Automated] Merged main into develop 2023-06-21 05:25:30 +02:00
Ynbot
b18b44fd98 [Automated] Bump version 2023-06-21 03:25:18 +00:00
ynbot
52ff56a75c
[Automated] Merged develop into main 2023-06-21 05:24:35 +02:00
Toke Stuart Jepsen
8d621f9fbf Fix patches export. 2023-06-20 17:42:34 +01:00
Toke Stuart Jepsen
a5b93a9062 Copy shading assignments. 2023-06-20 16:30:44 +01:00
Jakub Jezek
6f8d47d36b
nuke: user prompt if config path changes
environment variable cannot be changed dynamically and user should now that settings had been changed and the nuke should be reopened.
2023-06-20 16:52:03 +02:00
Jakub Jezek
b94b7ff5de
backward compatibility fix
studio could have set host config paths but those were not resolving to custom config OCIO environment path. Instead it was always falling back to global ocio config paths settings
2023-06-20 16:50:49 +02:00
Jakub Ježek
724b8d12c4
Merge pull request #5113 from ynput/enhancement/OP-6149_nuke---custom-write-node-script-connected-to-settings 2023-06-20 15:17:00 +03:00
Ondrej Samohel
9cc2293979
♻️ make code compatible with 3dsmax 2022
python 3.7 in 3dsmax 2022 is not supporting walrus operator
2023-06-20 14:04:17 +02:00
Kayla Man
7d99e8c8cf hound fix 2023-06-20 19:24:41 +08:00
Kayla Man
3da8dcc7fe hound fix 2023-06-20 19:23:32 +08:00
Kayla Man
c920b0ac5a rename the variable and clean up the code 2023-06-20 19:22:28 +08:00
Kayla Man
02db5c6792 hound fix 2023-06-20 18:00:11 +08:00
Kayla Man
1ae4cbcdad use preset name 2023-06-20 17:59:33 +08:00
Kayla Man
f0bf7d8c66 remove hardcoded frame padding 2023-06-20 17:57:45 +08:00
Kayla Man
9b4641de65 rename the setting panel 2023-06-20 17:56:16 +08:00
Kayla Man
a72050e71c allows both meshes and groups for assexport 2023-06-20 17:53:42 +08:00
Kayla Man
82da23d721 Merge branch 'develop' into enhancement/OP-6149_nuke---custom-write-node-script-connected-to-settings 2023-06-20 16:47:18 +08:00
Ondřej Samohel
d032dbbf05
Merge pull request #4931 from ynput/enhancement/3dsmax-use-custom-modifier-attributes 2023-06-20 10:24:25 +02:00
Toke Stuart Jepsen
33b9e16635 Ensure workspace xgen file is overwritten and update UI. 2023-06-19 21:11:47 +01:00
Ondrej Samohel
203e29c451
in unrelated file 2023-06-19 19:03:21 +02:00
Ondřej Samohel
bc33407f28
Update openpype/hosts/max/plugins/publish/extract_pointcloud.py
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
2023-06-19 18:39:54 +02:00
Ondřej Samohel
449cd662dd
Merge branch 'develop' into enhancement/3dsmax-use-custom-modifier-attributes 2023-06-19 18:37:44 +02:00
Ondřej Samohel
b365fc7534
Update openpype/hosts/max/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-19 18:37:33 +02:00
Milan Kolar
f58c414f04
Merge pull request #5143 from ynput/bugfix/OP-6161_Maya-Ass-loader-for-model-family-errors-out-if-the-files-are-extracted-from-other-dccs 2023-06-19 17:55:47 +02:00
Toke Jepsen
d2de6f1c72
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-19 16:27:04 +01:00
Toke Jepsen
82ae12695b
Update openpype/hosts/maya/plugins/publish/collect_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-19 16:26:57 +01:00
Kayla Man
4ffab0bb67 update docstring 2023-06-19 23:20:08 +08:00
Toke Stuart Jepsen
83a37eaa76 Account for multiple descriptions on single geometry. 2023-06-19 16:11:43 +01:00
Kayla Man
3020ccd90a update docstring 2023-06-19 23:00:44 +08:00
Kayla Man
12e0af8c63 Merge branch 'develop' into bugfix/OP-6161_Maya-Ass-loader-for-model-family-errors-out-if-the-files-are-extracted-from-other-dccs 2023-06-19 21:58:51 +08:00
Kayla Man
92c6cee333 hound fix 2023-06-19 21:58:31 +08:00
Kayla Man
3314c5f282 use createOptions() for defaultArnoldRenderOptions 2023-06-19 21:57:30 +08:00