Commit graph

39211 commits

Author SHA1 Message Date
Simone Barbieri
f678efb45d Fix wrong unreal import 2024-06-06 15:26:03 +01:00
Simone Barbieri
7ea1e54c20 Align abc animation loader to other abc loaders for import conversion 2024-06-06 15:21:48 +01:00
Simone Barbieri
6d9a463a29 Fix unnecessary variable 2024-06-06 15:11:46 +01:00
Simone Barbieri
b72f94e9ee Fix container data in loaders 2024-06-06 15:08:38 +01:00
Simone Barbieri
9adf62f2f2 Fix camera and layout loaders 2024-06-06 14:58:34 +01:00
Simone Barbieri
735e39483d Update integrations 2024-06-06 11:42:20 +01:00
Simone Barbieri
83677bcaf4 Updated integrations 2024-06-06 10:11:37 +01:00
Simone Barbieri
9dc13cb5ff Fix Qt import 2024-05-29 09:57:46 +01:00
Ondřej Samohel
4964e05231
Merge branch 'develop' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-28 17:02:55 +02:00
Jakub Trllo
11932a2d04
Merge pull request #558 from ynput/bugfix/return-parent-in-parent-property
Create logic: Fix parent property in PublishAttributeValues
2024-05-28 14:04:03 +02:00
Jakub Trllo
95976b7cfd actually return parent on PublishAttributeValues 2024-05-28 13:33:46 +02:00
Jakub Ježek
c289610acd
Merge pull request #531 from ynput/bugfix/nuke-intermediate-steams-bugs
Nuke: fixing multiple intermediate file streams publishing
2024-05-28 12:40:59 +02:00
Jakub Jezek
633aa0ca7d
Merge branch 'develop' into bugfix/nuke-intermediate-steams-bugs 2024-05-28 12:40:30 +02:00
Jakub Ježek
205db2e70d
Merge pull request #551 from ynput/enhancement/AY-5269_Nuke--Publish-intermediate-files-publish-isIntermediate
Publish representation with `isIntermediate` flag in data
2024-05-28 12:33:31 +02:00
Jakub Jezek
75f0abc722
Merge branch 'develop' into enhancement/AY-5269_Nuke--Publish-intermediate-files-publish-isIntermediate 2024-05-28 12:14:55 +02:00
Ondřej Samohel
ad9b6492b2
♻️ switch to ayon_core imports 2024-05-28 11:26:31 +02:00
Jakub Ježek
646787afc0
Merge pull request #555 from ynput/enhancement/AY-5543_nuke-deep-exr-loading
Nuke: Support options for reading deep exr in load clips
2024-05-27 22:41:28 +02:00
Jakub Ježek
75545dcc67
Merge branch 'develop' into enhancement/AY-5543_nuke-deep-exr-loading 2024-05-27 22:40:58 +02:00
Jakub Trllo
ca14637ac4
Merge pull request #557 from ynput/bugfix/loader-pyside6-support
Loader tool: Fix PySide6 support
2024-05-27 16:00:29 +02:00
Jakub Trllo
463b86b6f9
Merge branch 'develop' into bugfix/loader-pyside6-support 2024-05-27 16:00:08 +02:00
Kayla Man
51f8dbe80c add condition check on the colorspace 2024-05-27 21:59:42 +08:00
Ondřej Samohel
22af39df30
Merge remote-tracking branch 'origin/bugfix/loader-pyside6-support' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-27 15:48:13 +02: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 Trllo
afe0887d96 fix more constants 2024-05-27 15:45:53 +02:00
Ondřej Samohel
30a7bf99f9
Merge remote-tracking branch 'origin/bugfix/loader-pyside6-support' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-27 15:40:17 +02:00
Jakub Trllo
45fc7f02d1 fix support for PySide6 in loader 2024-05-27 15:38:06 +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
Ondřej Samohel
0f94901857
Merge remote-tracking branch 'origin/develop' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-27 14:27:07 +02: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 Jezek
158e9b7553
Publish representation with isIntermediate flag in data
- Adjusted method parameters in ExporterReview class for better readability.
- Added colorspace parameter to get_representation_data method.
- Included representation data with isIntermediate flag for identifying intermediate files.
2024-05-24 16:19:50 +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
Simone Barbieri
c064b48e60
Merge branch 'develop' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-24 13:02:07 +01:00
Simone Barbieri
ca55ef7c4e Merge branch 'develop' into enhancement/OP-5223-unreal-decoupling-ui 2024-05-24 13:01:35 +01: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