Commit graph

32132 commits

Author SHA1 Message Date
Toke Stuart Jepsen
97d8f89e44 Code cosmetics 2023-07-14 11:17:37 +01:00
Toke Stuart Jepsen
167fd7186c Hide CreateAnimation instead of disable 2023-07-14 11:15:18 +01:00
Toke Stuart Jepsen
c10ad8227a Code cosmetics 2023-07-13 18:11:40 +01:00
Toke Stuart Jepsen
d41f10e6f7 Fix converting 2023-07-13 18:10:42 +01:00
Toke Stuart Jepsen
3f10968c95 Change solution for loading rig 2023-07-13 18:06:35 +01:00
Toke Jepsen
04af219c61
Update openpype/hosts/maya/plugins/create/convert_legacy.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-07-13 17:12:47 +01:00
Toke Stuart Jepsen
8d9a283a09 Include disabled plugins 2023-07-13 16:41:22 +01:00
Milan Kolar
5991a4a8c9
Merge pull request #5024 from moonyuet/enhancement/OP-3622_Delivery-renamed-frame-numbers 2023-07-13 14:59:36 +02:00
github-actions[bot]
3446726981 chore(): update bug report / version 2023-07-13 12:48:53 +00:00
ynbot
f6f8ecf303
[Automated] Merged release main into develop 2023-07-13 14:48:16 +02:00
Ynbot
f725992818 [Automated] Release 2023-07-13 12:47:41 +00:00
ynbot
cc14e27ede
[Automated] Merged develop into main 2023-07-13 14:47:28 +02:00
Petr Kalis
5b5e64b586
Removed unnecessary import of pyblish.cli (#5292)
This import resulted in adding additional logging handler which lead to duplication of logs in hosts with plugins containing `is_in_tests` method. Import is unnecessary for testing functionality.
2023-07-13 14:44:51 +02:00
Jakub Ježek
a49b4265c6
Merge pull request #5291 from ynput/release/next-minor 2023-07-13 15:43:02 +03:00
Ondřej Samohel
7051a457b7
Merge pull request #5152 from ynput/bugfix/OP-6163_Bug-missing-time-information-on-publishes-from-Tray-Publisher 2023-07-13 14:34:20 +02:00
Petr Kalis
46a238c8b6
Slack - enhanced logging and protection against failure (#5287)
* OP-6248 - enhanced logging and protection against failure

Covered issues found in production on customer site. SlackAPI exception doesn't need to have 'error', covered uncaught exception.

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-07-13 14:20:27 +02:00
Milan Kolar
956432eb5d
Merge pull request #5229 from ynput/enhancement/OP-6227_3dsMax-delete-from-container 2023-07-13 12:20:29 +02:00
Milan Kolar
359d4958ed
Merge pull request #5281 from ynput/bugfix/houdini_arnold_rop_typo 2023-07-13 12:17:32 +02:00
Jakub Ježek
d8c5d8ebf5
Merge pull request #5275 from ynput/enhancement/OP-6083_Nuke-settings-remove-deprecated-reformat-config
Nuke: removing deprecated settings in baking
2023-07-13 12:57:53 +03:00
Jakub Jezek
94c53c40c1 nuke: removing deprecated settings connection 2023-07-13 10:08:26 +02:00
Roy Nieterau
4f4e1ac105
Fix copy.deepcopy unable to deep copy instance data due to a link to PySide2.QMenu in 'pyblish.plugin._Dict' (#5238) 2023-07-13 09:35:20 +02:00
Mustafa-Zarkash
6b87de90ff fix type on line 53 2023-07-12 12:41:15 +03:00
Simone Barbieri
85532188a1
Merge pull request #5264 from LoopsCreativeStudio/feature/blender_handle_QApplication 2023-07-12 10:18:26 +01:00
Laroustine
3d94264cb4
Merge branch 'develop' into feature/blender_handle_QApplication 2023-07-12 09:55:23 +02:00
Kayla Man
910e104880 Merge branch 'develop' into bugfix/OP-6163_Bug-missing-time-information-on-publishes-from-Tray-Publisher 2023-07-12 11:58:25 +08:00
Kayla Man
38cb6c4be0 Merge branch 'develop' into enhancement/OP-6227_3dsMax-delete-from-container 2023-07-12 11:57:54 +08:00
Kayla Man
847a4dcda4 Merge branch 'develop' into enhancement/OP-3622_Delivery-renamed-frame-numbers 2023-07-12 11:44:13 +08:00
Kayla Man
284b7069ce oscar's comment 2023-07-12 11:41:34 +08:00
github-actions[bot]
583c4fc15d chore(): update bug report / version 2023-07-12 03:31:20 +00:00
ynbot
d11cfb713b
[Automated] Merged main into develop 2023-07-12 05:30:45 +02:00
Ynbot
a9d0a34510 [Automated] Bump version 2023-07-12 03:30:32 +00:00
ynbot
c2d47a3ba0
[Automated] Merged develop into main 2023-07-12 05:29:36 +02:00
Jakub Trllo
3f892c1785 fix temporary file 2023-07-11 18:13:54 +02:00
Jakub Trllo
0fce4a4a34 added pymongo to requirements 2023-07-11 18:13:54 +02:00
iLLiCiTiT
366c8571c5 fill filename missing for dependency package sources 2023-07-11 18:13:54 +02:00
iLLiCiTiT
ba3ccf1e1c fixed attribute usage od DependecyPackageItem 2023-07-11 18:13:54 +02:00
Petr Kalis
a00fba4b8c Fix - server returns filename instead of name (#5251) 2023-07-11 18:13:53 +02:00
Jakub Trllo
2791aa84bb AYON: Bundle distribution (#5209)
* modified distribution to use bundles

* use bundles in modules discovery logic

* removed unused import

* added support for bundle settings getter

* added script launch mechanism to ayon start script

* show login UI through subprocess

* removed silent mode

* removed unused variable

* match env variables to ayon launcher

* moved ui lib function to ayon common

* raise custom exception on missing bundle name

* implemented missing bundle window to show issues with bundles

* implemented helper function to show dialog about issues with bundle

* handle issues with bundles

* removed unused import

* dont convert passed addons infor

* access keys only in server getters

* fix accessed attribute

* fix test

* fixed missing 'message' variable

* removed duplicated data

* removed unnecessary 'sha256' variable

* use lstrip instead of replacement

* use f-string

* move import to the top of file

* added some dosctrings

* change type

* use f-string

* fix grammar

* set default settings variant in global connection creation

* reuse new function

* added init file

* safe access to optional keys

* removed unnecessary condition

* modified print messages on issues with bundles

* Changed message in missing bundle window

* updated ayon_api to 0.3.2
2023-07-11 18:13:53 +02:00
Jakub Trllo
301375c401 General: Runtime dependencies (#5206)
* moved opentimlineio to runtime dependencies

* fix darwin fetch thirdparty

* Fix print

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>

* fix comment in pyproject toml

---------

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-07-11 18:13:53 +02:00
Jakub Trllo
551b51904b fix conversion of Others templates 2023-07-11 18:13:53 +02:00
Jakub Trllo
bc7c40975e update ayon_api to 0.3.1 2023-07-11 18:13:53 +02:00
Jakub Trllo
71158356e4 update ayon api to '0.3.0' 2023-07-11 18:13:53 +02:00
Jakub Trllo
546187e43e AYON: OpenPype as server addon (#5199)
* added openpype server addon creation logic

* Better readme

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>

* added docstring to 'find_files_in_subdir'

* added some type notations

* add whitespace around assignment

* move pyproject toml to client subfolder and fix its location in private dir

* Fix whitespace

---------

Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-07-11 18:13:52 +02:00
Jakub Trllo
8b69159033 fix missing 'active' argument in 'get_last_versions' 2023-07-11 18:13:52 +02:00
Ondřej Samohel
cccce4d1fa Unreal: get current project settings not using unreal project name (#5170)
* 🐛 use current project settings, not unreal project name

* 🐛 fix from where the project name is taken

* Update openpype/hosts/unreal/hooks/pre_workfile_preparation.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Update openpype/hosts/unreal/hooks/pre_workfile_preparation.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-07-11 18:13:52 +02:00
Jakub Trllo
8ff78502dc make fusion 'ocio' conversion optional 2023-07-11 18:13:52 +02:00
Jakub Trllo
706469205c updated ayon api to '0.2.1' 2023-07-11 18:13:52 +02:00
Jakub Trllo
b44ef67050 updated settings converison with latest addon settings 2023-07-11 18:13:52 +02:00
Jakub Trllo
a08e59a5e3 General: CLI addon command (#5109)
* added 'addon' as alias for 'module'

* Changed docstring and description

* formatting change
2023-07-11 18:13:52 +02:00
sjt-rvx
2d0d0305bb set the key to environment istead of environments (#5118) 2023-07-11 18:13:51 +02:00