Commit graph

39325 commits

Author SHA1 Message Date
iLLiCiTiT
c3a23a3df5 initial change in publisher 2024-06-02 15:29:02 +02:00
iLLiCiTiT
715a1d3835 workfiles tool shows AYON icons 2024-06-02 15:22:03 +02:00
iLLiCiTiT
345ed2e43d context dialog shows AYON icons 2024-06-02 15:20:48 +02:00
iLLiCiTiT
156217012a added new methods to abstract controller 2024-06-02 15:20:39 +02:00
iLLiCiTiT
160a23d94d removed unnecessary line 2024-06-02 15:15:44 +02:00
iLLiCiTiT
a733273435 use icons in loader 2024-06-02 15:12:22 +02:00
iLLiCiTiT
d2b77bb990 use icons in launcher 2024-06-02 15:12:15 +02:00
iLLiCiTiT
6c21d53479 modified folders and tasks widget to be able use icons from items 2024-06-02 15:12:04 +02:00
iLLiCiTiT
c2217f8777 added implementation to get material symbols icon 2024-06-02 15:11:42 +02:00
iLLiCiTiT
22b6663850 folder and task icon is not set on their items 2024-06-02 15:11:15 +02:00
iLLiCiTiT
8f83fa5d43 Projects model has folder and task type items 2024-06-02 15:08:37 +02:00
iLLiCiTiT
d10cf78844 baseic implementation of Material Symobls 2024-06-02 15:07:53 +02:00
Jakub Trllo
242bc8796b
Merge pull request #579 from ynput/bugfix/photoshop-add-missing-settings-category
Photoshop: Add missing settings category
2024-05-31 17:19:55 +02:00
Jakub Trllo
543ae6dae4
Merge branch 'develop' into bugfix/photoshop-add-missing-settings-category 2024-05-31 17:19:31 +02:00
Jakub Trllo
5a06f9b5a8
Merge pull request #580 from ynput/bugfix/tvpaint-move-fixes
TVPpaint: Fixes after movement
2024-05-31 17:19:09 +02:00
Jakub Trllo
b32291fb1c added version to client 2024-05-31 17:13:14 +02:00
Jakub Trllo
4d2b9b2abc added pyproject toml to client 2024-05-31 17:13:06 +02:00
Jakub Trllo
a49d2e1747 bump version 2024-05-31 17:12:56 +02:00
Jakub Trllo
9cbb4a36f1 add settings category to tvpaint load plugins 2024-05-31 17:10:09 +02:00
Jakub Trllo
24c74cf8ed bump photoshop version to '0.2.1' 2024-05-31 17:02:43 +02:00
Jakub Trllo
d99245f495 added settings category to photoshop plugins 2024-05-31 17:01:51 +02:00
Jakub Trllo
0594f49f4f
Merge pull request #574 from BigRoy/bugfix/validate_version_import_get_current_host_name
Global: Fix validate version plug-in import
2024-05-31 11:59:37 +02:00
Jakub Trllo
197e1567f9
Merge branch 'develop' into bugfix/validate_version_import_get_current_host_name 2024-05-31 11:58:38 +02:00
Roy Nieterau
a83a4d1e29
Update client/ayon_core/plugins/publish/validate_version.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-31 11:56:48 +02:00
Jakub Trllo
09f19ddc1c
Merge pull request #571 from ynput/enhancement/AY-4919_Move-Resolve-client-code
Chore: Move resolve client code
2024-05-31 11:54:01 +02:00
Jakub Trllo
2b95bb5e23
Merge branch 'develop' into enhancement/AY-4919_Move-Resolve-client-code 2024-05-31 11:52:27 +02:00
Roy Nieterau
975a1b0142 Fix import 2024-05-31 11:45:51 +02:00
Jakub Trllo
5a23cd20c0
Merge pull request #573 from ynput/enhancement/AY-4910_Move-Photoshop-client-code
Chore: Move Photoshop client code
2024-05-31 11:31:00 +02:00
Jakub Trllo
599f620247 fix invalid imports 2024-05-31 11:13:46 +02:00
Jakub Trllo
11788c62c3 moved webserver for communication to photoshop addon 2024-05-31 10:28:49 +02:00
Jakub Trllo
6fb0b91116 added photoshop milestone 2024-05-31 10:23:45 +02:00
Jakub Trllo
2683ed9670 added version.py to client 2024-05-31 10:22:53 +02:00
Jakub Trllo
f744f915ae updated package.py 2024-05-31 10:22:43 +02:00
Jakub Trllo
3cb36982ce fixed imports 2024-05-31 10:21:25 +02:00
Jakub Trllo
4996c18480 moved photoshop clinet next to server codebase 2024-05-31 10:15:19 +02:00
Jakub Trllo
7da9638a2a added resolve milestone 2024-05-30 17:37:28 +02:00
Jakub Trllo
e16ce8f80c fixed imports 2024-05-30 17:37:08 +02:00
Jakub Trllo
e883ac4c81 updated package.py 2024-05-30 17:36:37 +02:00
Jakub Trllo
41bee8c211 move resolve code next to server code 2024-05-30 17:29:22 +02:00
Jakub Trllo
386c829e7c
Merge pull request #570 from ynput/bugfix/solve_deadline_version_discrepancy
Fix deadline version
2024-05-30 17:26:53 +02:00
Jakub Trllo
0195b55c80
Merge branch 'develop' into bugfix/solve_deadline_version_discrepancy 2024-05-30 17:25:38 +02:00
Jakub Trllo
4bddd649bc
Merge pull request #564 from ynput/enhancement/AY-5611_Add-statuses-to-scene-manager
Scene manager: Show statuses
2024-05-30 17:09:07 +02:00
Jakub Trllo
819a891326
Merge branch 'develop' into enhancement/AY-5611_Add-statuses-to-scene-manager 2024-05-30 17:08:37 +02:00
Jakub Trllo
6eaf81f20d
Merge pull request #546 from ynput/chore/AY-4908_move-maya-code
Chore: Move Maya addon code
2024-05-30 16:58:10 +02:00
Petr Kalis
34ccd63e2d Fix deadline version
Needs to match what is in package. Currently no way how to query Server to get version in a bundle.
2024-05-30 16:56:47 +02:00
Ondřej Samohel
24008df64f
Merge branch 'develop' into chore/AY-4908_move-maya-code 2024-05-30 16:44:17 +02:00
Ondřej Samohel
a1cd314bc6
Merge branch 'chore/AY-4908_move-maya-code' of github.com:ynput/ayon-core into chore/AY-4908_move-maya-code 2024-05-30 16:43:31 +02:00
Ondřej Samohel
1132da882f
🐛 fix imports workaround for discovery 2024-05-30 16:43:16 +02:00
Jakub Trllo
c5ca6eb840
Merge branch 'develop' into enhancement/AY-5611_Add-statuses-to-scene-manager 2024-05-30 16:41:58 +02:00
Jakub Trllo
48a0b310b9
Merge pull request #569 from ynput/chore/add-3dsmax-client-version-into-milestone
Chore: add the missing 3dsmax addon as part of addon milestone versions
2024-05-30 15:21:08 +02:00