Commit graph

32142 commits

Author SHA1 Message Date
Simone Barbieri
aaafb9ccf2 Added blendScene family 2023-07-14 12:05:49 +01:00
Simone Barbieri
585df83135 Apply parenting fix to other families as well 2023-07-14 11:28:36 +01:00
Simone Barbieri
18324615d5 Fix parenting if creating an instance while selecting a whole hierarchy 2023-07-14 10:14:57 +01:00
Simone Barbieri
4faeea5b30 Hound fixes 2023-07-13 16:53:09 +01:00
Simone Barbieri
8732a684fa Merge branch 'develop' into feature/blender-blend_file_family 2023-07-13 16:49:56 +01:00
Simone Barbieri
a80685c7f0 Update the members of parent containers as well 2023-07-13 16:43:57 +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
Simone Barbieri
3d21df1fc5 Avoid remove and update to delete new data
This commit avoids that when updating or removing an asset, all new data, such as animations (actions), are removed.
2023-07-13 13:41:17 +01: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