Commit graph

35061 commits

Author SHA1 Message Date
Kayla Man
d700e4eb43
Merge branch 'develop' into enhancement/rename_maya_openpype_tools 2023-12-05 20:10:17 +08:00
Petr Kalis
a557b8b5e3
Wrap: new integration (#5823)
* Added Wrap to applications

* Added icon

* Added wrap to template pre hooks

Needed to copy template as new workfile.
Needed to open Wrap with workfile.
2023-12-05 13:04:32 +01:00
Jakub Trllo
fe132f1d6a
AYON: Prepare functions for newer ayon-python-api (#5997)
* use kwargs to define filters in ayon api

* use new variable for version entities

* fix kwarg for product_ids
2023-12-05 11:27:04 +01:00
Petr Kalis
1721563a5f
Photoshop: Fix removed unsupported Path (#5996)
* Fix removed unsupported Path

Path is not json serializable by default, it is not necessary, better model reused.

* Fix wrong key

Must be 'path', not 'template_path' as workfile builder expects the former one.
2023-12-04 18:28:08 +01:00
Ondřej Samohel
50feef81f8
Merge pull request #5958 from ynput/enhancement/add-environments-to-royalrender-job 2023-12-04 17:57:43 +01:00
Ondřej Samohel
eacb97dc50
Merge branch 'develop' into enhancement/add-environments-to-royalrender-job 2023-12-04 17:55:28 +01:00
Toke Jepsen
71badb50cc
Do not persist data by default. (#5987) 2023-12-04 16:14:59 +01:00
Toke Jepsen
463a7fb323
Skip Arnold license for test rendering. (#5984) 2023-12-04 16:13:23 +01:00
Kayla Man
0ce9af3f83 increment version 2023-12-04 21:25:38 +08:00
Kayla Man
4076968581 rename openpype tools as custom tools 2023-12-04 21:23:59 +08:00
Jakub Ježek
a9301d400b
Merge pull request #5976 from ynput/enhancement/nuke-rename-custom-tools-menu
Hiero: custom tools menu rename
2023-12-04 13:34:32 +01:00
Petr Kalis
523f023033
SiteSync: implemented in Ayon Loader (#5962)
* Added new SiteSync model

Used to get information from SiteSync module to enhance Loader UI.

* Added new SiteSync method to controller

Other models will be using these to get information pertaining SiteSync

* Added missed commit

* Implemented collection of SiteSync info

* Added AvailabilityDelegate

Shows how many representations are present locally and remotely in Loader summary page.

* Added fields to store progress info

* Fix HiddenAttr to carry value

* Refactored to internal variable

Changes made after discussion

* Implemented ActionItems for upload/download/remove

Replaced old Launcher approach, now it is not necessary after refactor of Ayon launcher.

* Update openpype/tools/ayon_loader/abstract.py

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

* Hound

* Refactor better retrieval of icon

* Refactor better readability

* Refactor renamed delegate

* Refactor better retrieval of icons

* Refactor better readability

* Refactor removed unneeded explicit refresh

* Hound

* Hound

* Hound

* Fix used wrong type

* Update openpype/tools/ayon_loader/ui/products_delegates.py

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

* Refactor renamed variable name

* Refactor formatting

* Added progress for representations

* cache version availability

* cache representations sync status

* changed representations count logic and moved it to products model

* site sync enabled is cached

* active and remote site names are cached

* small tweaks in site sync model

* change methods called by controller

* hide site sync columns if site sync not enabled

* use string conversion before iteration

* smal formatting changes

* updated abstract class with abstract methods

* renamed site sync model variable

* fixed method name

* fix used method name

* rename '_sitesync_addon' to '_site_sync_addon'

* fix remote site name cache

* small formatting changes in delegate

* modify site sync delegate to be more dynamic

* fix delegate painting

* do not handle repre progress in products model

* Add comma back

* simplify delegate code

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-12-04 11:27:43 +01:00
Petr Kalis
c62edc1c04
Updated label (#5980) 2023-12-04 11:26:07 +01:00
github-actions[bot]
9678fb35b8 chore(): update bug report / version 2023-12-02 03:26:07 +00:00
ynbot
8ee0db567b
[Automated] Merged main into develop 2023-12-02 04:25:41 +01:00
Ynbot
804086f869 [Automated] Bump version 2023-12-02 03:25:30 +00:00
ynbot
7339269886
[Automated] Merged develop into main 2023-12-02 04:24:19 +01:00
murphy
38a58891e3
Merge pull request #5977 from ynput/enhancement/nuke-rename-custom-tools
nuke: updating name for custom tools menu item
2023-12-01 10:56:43 +01:00
Jakub Trllo
8179d8d3bb
Merge pull request #5975 from ynput/feature/OP-6062_Workfile-template-builder-does-not-work-in-AYON
AYON: Workfile template build works
2023-11-30 20:59:25 +01:00
Jakub Trllo
2ea4bcc3af fix versions loop 2023-11-30 19:08:35 +01:00
Jakub Trllo
6f293e231a ignore additional filters if are not filled 2023-11-30 18:52:37 +01:00
Simone Barbieri
12ea5e3e75
Merge pull request #5981 from ynput/enhancement/blender-layout_json_labels_rename
Blender: Changed the labels for Layout JSON Extractor
2023-11-30 16:03:21 +00:00
Simone Barbieri
dc033d283e Changed the labels for layout json extractor 2023-11-30 16:21:11 +01:00
Jakub Ježek
768cb2ac0c
Merge pull request #5974 from ynput/enhancement/AYON-resolve-menu-rename
Resolve: renaming menu to AYON
2023-11-30 15:50:50 +01:00
Jakub Jezek
8449f0468f
hound 2023-11-30 14:39:26 +01:00
Jakub Jezek
4c9adaf2e8
nuke: updating name for custom tools menu item 2023-11-30 14:36:38 +01:00
Jakub Jezek
93eb7751e3
wrong menu order 2023-11-30 14:24:43 +01:00
Jakub Jezek
8c87b9963d
script menu name change in server addon 2023-11-30 14:22:32 +01:00
Jakub Trllo
3dcbc2ff18 formatting fix 2023-11-30 12:09:18 +01:00
Jakub Jezek
d7db8b0090
renaming menu to ayon 2023-11-30 12:03:03 +01:00
Jakub Trllo
767e8d46ca workfile template builder should work in ayon mode now 2023-11-30 12:02:12 +01:00
Kayla Man
ae8b83b920
Merge pull request #5972 from ynput/enhancement/renaming_menu_bar_3dmax_for_AYON
AYON: make sure the AYON menu bar in 3dsMax is named AYON when AYON launches
2023-11-30 18:42:41 +08:00
Kayla Man
212f6d004f cosmetic fix in the docstring 2023-11-30 18:18:11 +08:00
Kayla Man
fd82f858bd cosmetic fix in docstring 2023-11-30 18:14:16 +08:00
Kayla Man
e6d3e888c6 make sure the menu is named AYON when AYON launches 2023-11-30 18:06:33 +08:00
Jakub Ježek
ced3e1ecc2
Merge pull request #5938 from ynput/enhancement/OP-6659_thumbnail-color-managed
General: Use colorspace data when creating thumbnail
2023-11-29 21:25:58 +01:00
Jakub Trllo
c9701acb80
Merge pull request #5970 from ynput/bugfix/ayon-integrate-thumbnail-issue
AYON: Fix thumbnail integration
2023-11-29 18:07:16 +01:00
Jakub Trllo
955a6e2253 make sure single entity id changes thumbnail id only once in operations 2023-11-29 16:48:22 +01:00
Libor Batek
68161692f3
Merge pull request #5949 from ynput/bugfix/OP-7378-blender-deadline_chunk_size_issue
Blender: Fix Deadline Frames per task
2023-11-29 12:15:20 +01:00
Simone Barbieri
1abbee13a0 Fix missing ScheduledType 2023-11-29 10:40:02 +01:00
Simone Barbieri
d4afd11241 Added placeholder and tooltip for delay attribute 2023-11-29 09:48:41 +01:00
github-actions[bot]
90e75b4d71 chore(): update bug report / version 2023-11-29 03:26:15 +00:00
ynbot
3bca088414
[Automated] Merged main into develop 2023-11-29 04:25:50 +01:00
Ynbot
6224d01059 [Automated] Bump version 2023-11-29 03:25:40 +00:00
ynbot
6c269ab961
[Automated] Merged develop into main 2023-11-29 04:24:40 +01:00
Jakub Ježek
845a071d30
Merge pull request #5863 from ynput/bugfix/OP-6951_resolve_db_duration_calculation
resolve: fixing loader handles calculation
2023-11-28 21:51:19 +01:00
Jakub Ježek
25110063e4
Merge branch 'develop' into bugfix/OP-6951_resolve_db_duration_calculation 2023-11-28 21:49:26 +01:00
Jakub Jezek
7c25e4a664
fixing the logic from @bigroy
https://github.com/ynput/OpenPype/pull/5863/files#r1381847587
2023-11-28 21:49:05 +01:00
Jakub Ježek
497e3ec962
Update openpype/hosts/resolve/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-11-28 21:32:42 +01:00
Jakub Ježek
5068b6571f
Merge pull request #5672 from BigRoy/bugfix/fusion_18_6_fix_enabled_savers_context_manaer
Fusion: Render avoid unhashable type `BlackmagicFusion.PyRemoteObject` error
2023-11-28 16:02:23 +01:00