Commit graph

33170 commits

Author SHA1 Message Date
Ondřej Samohel
e6ce9fd9e1
Merge pull request #5573 from BigRoy/feature/maya_usd_native_support 2023-09-19 17:15:36 +02:00
Ondřej Samohel
0a7e777907
Merge pull request #5434 from ynput/bugfix/OP-5872_3dsmax-Loading-abc-can-use-wrong-type-with-Ornatrix 2023-09-19 17:11:11 +02:00
64qam
bed1e35d20
Default create a desktop icon is checked (#5636) 2023-09-19 16:54:48 +02:00
Jakub Trllo
a8fa44c3fd
AYON: Ignore separated modules (#5619)
* ayon mode explicitly ignores addons that have own repository

* change warning message of missing addon directory to debug

* Better log message
2023-09-19 16:52:51 +02:00
Ondřej Samohel
c83637a257
Merge pull request #5632 from tokejepsen/enhancement/maya_remove_context_prompt 2023-09-19 16:36:04 +02:00
Ondřej Samohel
b8997c5ae4
create symlinks for ssl libs (#5633)
build was missing `libssl.1.1.so` and `libcrypto.1.1.so` symlinks needed by the executable itself, because python is now explicitly build with OpenSSL 1.1.1
2023-09-19 14:23:45 +02:00
Milan Kolar
bb8c7f0d7b
Merge pull request #5605 from ynput/enhancement/OP-6783_obj-publish-tweaks 2023-09-19 00:12:53 +02:00
Milan Kolar
a3e6f0fddf
Merge pull request #5566 from BigRoy/bugfix/maya_create_multiverse_usd_over_inheritance 2023-09-19 00:09:15 +02:00
Milan Kolar
bef6445862
Merge pull request #5426 from BigRoy/feature/maya_extract_active_view_as_thumbnail 2023-09-19 00:08:20 +02:00
Milan Kolar
a5266ad091
Merge pull request #5253 from BigRoy/enhancement/maya_collect_looks_cleanup 2023-09-19 00:06:10 +02:00
Milan Kolar
3e69651f0e
Merge pull request #5102 from quadproduction/documentation/local-settings 2023-09-19 00:05:26 +02:00
Toke Stuart Jepsen
9f040265e7 Remove context prompt. 2023-09-18 16:07:54 +01:00
Jakub Trllo
36a8976c58
AYON: Mark deprecated settings in Maya (#5627)
* Mark color management preferences as deprecated

* add migration hint
2023-09-18 14:55:07 +02:00
Petr Kalis
73e928efc9
Fix - _id key used instead of id (#5626)
Just 'id' is not returned because value in fields.
2023-09-18 10:12:58 +02:00
github-actions[bot]
10ed783907 chore(): update bug report / version 2023-09-16 03:25:05 +00:00
ynbot
ae84d7235c
[Automated] Merged main into develop 2023-09-16 05:24:40 +02:00
Ynbot
851f234237 [Automated] Bump version 2023-09-16 03:24:27 +00:00
ynbot
7d9d8de8c4
[Automated] Merged develop into main 2023-09-16 05:23:43 +02:00
Petr Kalis
67abbaad3c
Fussion: added support for Fusion 17 (#5614)
* OP-6780 - vendorized necessary libraries for Python 3.6

* OP-6780 - better resolution of app_version

* Update openpype/hosts/fusion/addon.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* OP-6780 - add vendorized libraries even before menu creation

This should help when version of Fusion > 17, but it is still using 3.6

* OP-6780 - added todo message to remember to remove this

* OP-6780 - move injection of PYTHONPATH much sooner

At previous position it was too late.

* OP-6780 - better capture of broken imports

* OP-6780 - SyntaxError is thrown only if directly importing

* OP-6780 - remove unnecessary imports

Only urllib3 and attrs are actually needed

* OP-6780 - vendorize even directly in Fusion if Python < 3.7

* OP-6780 - remove update of PYTHONPATH in addon

More important and required is check directly in interpreter in Fusion, it doesn't make sense to pollute addon and have it on two places. It might get removed altogether in next-minor.

* OP-6780 - added comment

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-09-15 11:02:37 +02:00
Petr Kalis
b502588743
Fix - images without alpha will not fail (#5620) 2023-09-15 10:54:53 +02:00
Jakub Trllo
8729cf023c
Publisher: Fix screenshot widget (#5615)
* fix called super method name

* remove fade animation

* use paths to draw background

* use same opacity for lines

* add render hints

* minor cleanup
2023-09-14 18:57:23 +02:00
Jakub Trllo
93fb76f359
Extract Review: Multilayer specification for ffmpeg (#5613)
* added function to extract more information about channels

* specify layer name which should be used for ffmpeg

* changed 'get_channels_info_by_layer_name' to 'get_review_info_by_layer_name'

* modify docstring

* fix dosctring again
2023-09-14 13:55:25 +02:00
Ondřej Samohel
6e574aff4d
Merge pull request #5341 from tokejepsen/bugfix/OP-5375_Extract-look-is-not-AYON-compatible 2023-09-14 12:46:37 +02:00
Kayla Man
963f3f42ff use the get_plugins function from max.api.lib 2023-09-14 17:48:18 +08:00
Kayla Man
2bd4d295af update the Data & hound 2023-09-14 17:46:32 +08:00
Kayla Man
cdc6366662 update the OP data after the merge of #5424 2023-09-14 17:42:35 +08:00
Kayla Man
1222cbeb21 Merge branch 'develop' into bugfix/OP-5872_3dsmax-Loading-abc-can-use-wrong-type-with-Ornatrix 2023-09-14 17:38:00 +08:00
Kayla Man
257374f90e
Merge pull request #5424 from ynput/enhancement/OP-6191_3dsmax-switching-versions-of-maxScene-maintain-parentagelinks
Max: switching versions of maxScene maintain parentage/links with the loaders
2023-09-14 17:34:41 +08:00
Toke Jepsen
5e20dd3f9c
Update openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py 2023-09-14 09:54:32 +01:00
Kayla Man
cad715ad01 remove print & hound 2023-09-14 16:32:04 +08:00
Kayla Man
559021b5f6 fix the bug of the 3dsmax OP data not being collected during switching version 2023-09-14 16:27:49 +08:00
Toke Jepsen
d595d12b78
Merge branch 'develop' into bugfix/OP-5375_Extract-look-is-not-AYON-compatible 2023-09-14 09:26:14 +01:00
Roy Nieterau
ef843e25ca
Update openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py 2023-09-13 23:01:58 +02:00
Roy Nieterau
7be7c8292a Merge remote-tracking branch 'upstream/develop' into enhancement/maya_collect_looks_cleanup
# Conflicts:
#	openpype/hosts/maya/plugins/publish/collect_look.py
2023-09-13 22:50:05 +02:00
Roy Nieterau
5f2756b95e
Skip view capture when Maya is in headless mode
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-09-13 22:42:33 +02:00
Kayla Man
c53abb50f0 fixing the issue of duplciated contents during switching assets 2023-09-13 22:06:11 +08:00
Kayla Man
70bab9fdb8 fixing the issue of duplciated contents during switching assets 2023-09-13 21:59:57 +08:00
Kayla Man
8c890641ad fixing the issue of duplciated contents during switching assets 2023-09-13 21:18:30 +08:00
Kayla Man
49482bc188 Merge branch 'develop' into bugfix/OP-5872_3dsmax-Loading-abc-can-use-wrong-type-with-Ornatrix 2023-09-13 19:11:10 +08:00
Kayla Man
c292a11939 typo for LoadError 2023-09-13 19:10:52 +08:00
Kayla Man
bdaeb3c92f add loadError for loaders which uses external plugins 2023-09-13 19:08:09 +08:00
Kayla Man
78ec30cb39 hound 2023-09-13 18:21:17 +08:00
Kayla Man
199d099a59 Merge branch 'develop' into enhancement/OP-6191_3dsmax-switching-versions-of-maxScene-maintain-parentagelinks 2023-09-13 18:19:13 +08:00
Kayla Man
e5bdb9e98d unparenting all the objects to the containers & uses the OP data to get previous objects 2023-09-13 18:16:35 +08:00
Jakub Trllo
9369d4d931
plugin does recreate menu items when reopened (#5610) 2023-09-13 09:46:48 +02:00
github-actions[bot]
5de7dc96dd chore(): update bug report / version 2023-09-13 03:25:10 +00:00
ynbot
131bf244e4
[Automated] Merged main into develop 2023-09-13 05:24:41 +02:00
Ynbot
df96f085f2 [Automated] Bump version 2023-09-13 03:24:29 +00:00
ynbot
ca8527ee80
[Automated] Merged develop into main 2023-09-13 05:23:52 +02:00
github-actions[bot]
9143703a73 chore(): update bug report / version 2023-09-12 14:38:07 +00:00