Commit graph

39117 commits

Author SHA1 Message Date
Kayla Man
51f8dbe80c add condition check on the colorspace 2024-05-27 21:59:42 +08:00
Jakub Ježek
9ab3f2ee1e
Merge pull request #556 from ynput/enhancement/AY-4918_Move-Nuke-client-code
Move Nuke client code
2024-05-27 15:45:54 +02:00
Jakub Jezek
007d4a453d
import statements to use the correct module path for Nuke host API. 2024-05-27 15:24:14 +02:00
Jakub Jezek
ca29fe77c7
add line 2024-05-27 15:13:25 +02:00
Jakub Jezek
18b7e6ec9e
Add new version info for "nuke" addon.
- Update the MOVED_ADDON_MILESTONE_VERSIONS dictionary to include the "nuke" addon with version 0.2.0.
2024-05-27 15:08:54 +02:00
Jakub Jezek
f18f50ad9c
Add settings category "nuke" to various plugins for consistency.
- Added a common settings category "nuke" to multiple plugin files.
2024-05-27 14:49:02 +02:00
Kayla Man
6e0491af06 add options to read the deepexr file 2024-05-27 20:45:55 +08:00
Jakub Jezek
3d6f1a7c27
nuke host folder migrated into server_addons 2024-05-27 14:20:20 +02:00
Jakub Trllo
c7723bb4ea
Merge pull request #549 from ynput/feature/AY-4921_Move-TrayPublisher-client-code
TrayPublisher: Move client code
2024-05-24 17:16:31 +02:00
Jakub Trllo
c73e84afc3
Merge branch 'develop' into feature/AY-4921_Move-TrayPublisher-client-code 2024-05-24 15:57:47 +02:00
Jakub Trllo
55d8f11ec3
Merge pull request #548 from ynput/feature/AY-5566_Add-statuses-to-loader
Loader: Show statuses in loader
2024-05-24 15:57:34 +02:00
Jakub Trllo
39793cd654
Merge branch 'develop' into feature/AY-5566_Add-statuses-to-loader 2024-05-24 15:57:02 +02:00
Jakub Ježek
02fa876fbe
Merge pull request #523 from ynput/enhancement/nuke_collect_deadline_pools
Deadline: adding Nuke into pool collector
2024-05-24 15:43:50 +02:00
Jakub Ježek
64cc69ecc0
Merge branch 'develop' into enhancement/nuke_collect_deadline_pools 2024-05-24 15:42:56 +02:00
Jakub Ježek
39717a1d36
Merge pull request #314 from ynput/enhancement/AY-974_Nuke-simplified-deadline-submission-on-write-node
Nuke: simplified deadline submission on write node - AY-974
2024-05-24 15:28:15 +02:00
Jakub Jezek
da4da46c9c
Blacklisting plugins for workfile version validation and incrementing
Refactored render submission process to handle plugins differently, bypassing version validation and incrementing by removing specific plugins from the list.
2024-05-24 15:28:02 +02:00
Jakub Trllo
add37d28c2 fix import 2024-05-24 14:10:43 +02:00
Jakub Trllo
0a1989badc move extract trim video audio to traypublisher addon 2024-05-24 10:44:11 +02:00
Jakub Trllo
5375cabc2b updated package.py 2024-05-24 10:39:25 +02:00
Jakub Trllo
a4fa52cb42 define milestone version 2024-05-24 10:39:17 +02:00
Jakub Trllo
e043f1930c move tool to traypublisher addon 2024-05-24 10:37:48 +02:00
Jakub Trllo
bf5d99d904 use ayon naming 2024-05-24 10:36:39 +02:00
Jakub Trllo
a75af77907 fix imports 2024-05-24 10:36:26 +02:00
Jakub Trllo
7fd8ca81e4 move traypublisher next to server codebase 2024-05-24 10:29:09 +02:00
Jakub Trllo
3c032fc764 move status column after version 2024-05-24 10:13:54 +02:00
Jakub Trllo
50c26e3b71 added delegate for status 2024-05-24 10:13:43 +02:00
Jakub Trllo
4a70b7d26e better way how to set delegates 2024-05-24 10:13:23 +02:00
Jakub Trllo
cc5e181497 remove redundand roles 2024-05-24 10:12:36 +02:00
Toke Jepsen
8eb5c2a99e
Merge branch 'develop' into enhancement/AY-974_Nuke-simplified-deadline-submission-on-write-node 2024-05-23 22:40:59 +01:00
Toke Stuart Jepsen
3dfe367029 Change to Render On Farm 2024-05-23 22:40:33 +01:00
Jakub Trllo
f9efd8f05d added status column in UI 2024-05-23 18:56:27 +02:00
Jakub Trllo
235cd4b69b prepare backend for status value 2024-05-23 18:56:16 +02:00
Jakub Trllo
1c282b1bbb add docstring to 'refresh' method 2024-05-23 18:55:51 +02:00
Jakub Trllo
d572f929c2 use helper method to create ProjectItem 2024-05-23 18:55:40 +02:00
Jakub Trllo
66122bfabe removed unused attribute 2024-05-23 18:55:28 +02:00
Jakub Trllo
c575420bb5 project entities are cached values 2024-05-23 18:55:00 +02:00
Jakub Trllo
c8bc9ab0ea projects model has option to get status items 2024-05-23 18:54:18 +02:00
Toke Jepsen
23ee1caa44
Update client/ayon_core/hosts/nuke/plugins/publish/collect_headless_farm.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 17:22:00 +01:00
Toke Stuart Jepsen
4c6eb7a84d Revert use_published_workfile 2024-05-23 17:16:39 +01:00
Toke Stuart Jepsen
3debb92c02 Use publish_attributes 2024-05-23 17:15:52 +01:00
Toke Jepsen
459e9a51c0
Update client/ayon_core/hosts/nuke/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 16:17:33 +01:00
Toke Jepsen
a75cb56dc5
Update client/ayon_core/hosts/nuke/plugins/publish/collect_headless_farm.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-05-23 16:16:07 +01:00
Jakub Trllo
a25bda81a1 fix version requirements 2024-05-23 15:01:47 +02:00
Jakub Trllo
b7e48b1d40
Merge pull request #535 from ynput/feature/AY-4929_Move-Clockify-client-code
Clockify: Move client code to server
2024-05-23 14:51:36 +02:00
Jakub Trllo
84bb36a3b7 Merge branch 'develop' into feature/AY-4929_Move-Clockify-client-code
# Conflicts:
#	client/ayon_core/addon/base.py
2024-05-23 14:51:04 +02:00
Jakub Trllo
354d9eb1a4 Merge branch 'develop' into feature/AY-4929_Move-Clockify-client-code 2024-05-23 14:49:56 +02:00
Jakub Trllo
920610206c
Merge pull request #541 from ynput/feature/AY-4922_Move-TVPaint-client-code
TVPaint: Move client code to server
2024-05-23 14:48:16 +02:00
Jakub Trllo
d438d71239
Merge branch 'develop' into feature/AY-4922_Move-TVPaint-client-code 2024-05-23 14:47:18 +02:00
Jakub Trllo
5be9f4e253 bump version to '0.3.3-dev.1' 2024-05-23 14:40:20 +02:00
Jakub Trllo
c86c3770b5 bump version to '0.3.2' 2024-05-23 14:39:47 +02:00