Commit graph

33185 commits

Author SHA1 Message Date
Petr Dvorak
5bf4b826ac update release 2023-09-19 17:56:06 +02:00
Petr Dvorak
001cb0cc70 Merge branch 'release/next-minor' into main 2023-09-19 17:54:14 +02:00
Ynbot
87d8ff66bb [Automated] Release 2023-09-19 15:47:43 +00:00
ynbot
a55663a550
[Automated] Merged develop into main 2023-09-19 17:47:28 +02:00
Jakub Trllo
817ef16840 lower version of click to 7.1.2 to support older python versions (#5629) 2023-09-19 17:41:44 +02:00
dependabot[bot]
3e9528b5e0 Bump certifi from 2023.5.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 17:41:44 +02:00
Jakub Trllo
b4aa3b15df do not override scale factor rounding policy if has defined value through env variable 2023-09-19 17:41:44 +02:00
Jakub Trllo
b1796d6603 do not add schema to zip files 2023-09-19 17:41:44 +02:00
Jakub Trllo
975d09d668 lower urllib3 to support older OpenSSL than 1.1.1 2023-09-19 17:41:44 +02:00
Jakub Trllo
982c72224c Chore: Remove schema from OpenPype root (#5355)
* removed schema from openpype root

* removed schema from include files
2023-09-19 17:41:44 +02:00
github-actions[bot]
16641e7500 chore(): update bug report / version 2023-09-19 15:32:44 +00:00
ynbot
eee749ada4
[Automated] Merged release main into develop 2023-09-19 17:32:09 +02:00
Ynbot
85951d58f6 [Automated] Release 2023-09-19 15:31:39 +00:00
ynbot
f368759642
[Automated] Merged develop into main 2023-09-19 17:31:22 +02:00
Jakub Trllo
50af3321ae
AYON: Avoid creation of duplicated links (#5593)
* create set of output links before creation

* find all existing links before creating them

* Added small comment
2023-09-19 17:18:46 +02:00
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