Commit graph

39555 commits

Author SHA1 Message Date
Jakub Trllo
09bc271c5c
Merge branch 'develop' into enhancement/movement-cleanups 2024-06-07 14:41:25 +02:00
Jakub Trllo
171b2927a8 fix creation of packages 2024-06-07 14:27:03 +02:00
Jakub Trllo
b9bb7e2a97
Merge pull request #610 from ynput/enhancement/AY-4933_Move-TimersManager-addon
Chore: Move TimersManager addon
2024-06-07 14:02:13 +02:00
Jakub Trllo
d00c3cba76 bump version of changed addons 2024-06-07 11:38:53 +02:00
Jakub Trllo
591f8fd1dc
Merge branch 'develop' into enhancement/AY-4933_Move-TimersManager-addon 2024-06-07 11:34:58 +02:00
Jakub Trllo
1d2c9b234b
Merge branch 'develop' into enhancement/movement-cleanups 2024-06-07 11:34:55 +02:00
Jakub Trllo
fc86a1f4cd added timers manager milestone 2024-06-07 11:32:33 +02:00
Jakub Trllo
ba3ea34b5f
Merge pull request #611 from ynput/enhancement/AY-4932_Move-JobQueue-client-code
Chore: move job queue client code
2024-06-07 11:30:37 +02:00
Jakub Trllo
192cd14771 bump tvpaint client version 2024-06-07 11:28:30 +02:00
Jakub Trllo
e48e2b0fe0
Merge branch 'develop' into enhancement/movement-cleanups 2024-06-07 11:26:55 +02:00
Jakub Trllo
175b2f879b add empty line 2024-06-07 11:20:32 +02:00
Jakub Trllo
02e90bf4a5 remove 'wsrpc_aiohttp' from core pyproject toml 2024-06-07 11:17:56 +02:00
Jakub Trllo
075c2ede5c fix import in tvpaint 2024-06-07 11:16:26 +02:00
Jakub Trllo
5e9a0f5fc4 move 'aiohttp_json_rpc' to jobqueue addon 2024-06-07 11:15:51 +02:00
Jakub Trllo
ae803e3ad1 create jobqueue addon 2024-06-07 11:14:37 +02:00
Jakub Trllo
426f057a7d move pynput dependency to timers manager 2024-06-07 11:02:56 +02:00
Jakub Trllo
b05062474a update package.py and bump version 2024-06-07 10:59:22 +02:00
Jakub Trllo
f6529ea0e7 move timers managers client code next to server codebase 2024-06-07 10:56:53 +02:00
Jakub Trllo
69e36b8aec
Merge pull request #604 from ynput/feature/AY-4930_Move-Deadline-client-code
Chore: Move deadline client code
2024-06-07 10:23:40 +02:00
Jakub Trllo
cdd3919c09 add version to traypublisher client addon class 2024-06-06 18:45:49 +02:00
Jakub Trllo
811bb5de65 add version to substance painter client addon class 2024-06-06 18:45:39 +02:00
Jakub Trllo
3142521caa add version to houdini client addon class 2024-06-06 18:45:30 +02:00
Jakub Trllo
58f62d21aa add version to nuke client addon class 2024-06-06 18:45:23 +02:00
Jakub Trllo
7d2948b135 add version to max client addon class 2024-06-06 18:45:16 +02:00
Jakub Trllo
a62478a87b add version to maya client addon class 2024-06-06 18:45:09 +02:00
Jakub Trllo
f2acf10f1b add version to clockify client addon class 2024-06-06 18:45:01 +02:00
Jakub Trllo
eb0083fc78 add version to applications client addon class 2024-06-06 18:44:50 +02:00
Jakub Trllo
6fd8a18f27 fix class name in readme 2024-06-06 18:37:15 +02:00
Jakub Trllo
784528df58 don't try to make openpype compatibility 2024-06-06 18:37:07 +02:00
Jakub Trllo
430ad8911f removed useless variables 2024-06-06 18:36:47 +02:00
Jakub Trllo
cee23f3320 remove moved or removed filenames 2024-06-06 18:36:23 +02:00
Jakub Trllo
d606dec5ad fix ruff ignore paths 2024-06-06 16:31:47 +02:00
Jakub Trllo
6fad829a0b fix apply of settings in royal render 2024-06-06 16:14:28 +02:00
Jakub Trllo
e335d0f3c8 use direct ayon_weblisher import 2024-06-06 16:14:18 +02:00
Jakub Trllo
ace0a733c4 modify formatting in site settings model 2024-06-06 15:39:53 +02:00
Jakub Trllo
9703feb2d0 simplified initialization 2024-06-06 15:39:05 +02:00
Jakub Trllo
9b25849014 fix more imports 2024-06-06 15:38:49 +02:00
Jakub Trllo
d8f553943f added settings category to publish plugins 2024-06-06 15:20:34 +02:00
Jakub Trllo
a1cd2e19ca renamed deadline_module.py to addon.py 2024-06-06 15:15:15 +02:00
Jakub Trllo
1d6d241818 use addon naming 2024-06-06 15:13:43 +02:00
Jakub Trllo
8eddd59910 use deadline addon from ayonAddonsManager during publishing 2024-06-06 15:12:48 +02:00
Jakub Trllo
3668a7f66f fix imports 2024-06-06 14:28:53 +02:00
Jakub Trllo
9202f0e765 bump version and define milestone 2024-06-06 14:18:34 +02:00
Jakub Trllo
6bcceba013 move deadline integration next to server codebase 2024-06-06 14:04:54 +02:00
Petr Kalis
6df1a97446
Merge pull request #572 from ynput/bugfix/AY-5647_Enabled-toggle-is-ignored-in-RoyalRender
RoyalRender: enabled toggle is ignored in royal render
2024-06-06 12:16:05 +02:00
Petr Kalis
db012ea12f Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-5647_Enabled-toggle-is-ignored-in-RoyalRender 2024-06-06 12:05:17 +02:00
Jakub Trllo
f20302691b
Merge pull request #599 from ynput/enhancement/AY-4931_Move-RR-client-code
Chore: Move RoyalRender client code
2024-06-06 12:03:41 +02:00
Petr Kalis
58dfd6507a Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-5647_Enabled-toggle-is-ignored-in-RoyalRender 2024-06-06 12:02:31 +02:00
Jakub Trllo
123f4cd274
Merge branch 'develop' into enhancement/AY-4931_Move-RR-client-code 2024-06-06 11:18:24 +02:00
Jakub Trllo
00654701d4
Merge pull request #578 from ynput/enhancement/AY-4909_Move-AfterEffects-client-code
Chore: Move AfterEffects client code
2024-06-06 11:18:11 +02:00