Commit graph

44854 commits

Author SHA1 Message Date
Roy Nieterau
80a95c19f1 Pass on sceneDisplay (legacy colorspaceDisplay) and sceneView (legacy colorspaceView) to metadata JSON.
Also pass on `sourceDisplay` and `sourceView`
2025-11-13 23:24:08 +01:00
Roy Nieterau
3598913d43
Merge branch 'develop' into bugfix/extract_oiio_transcode_apply_scene_display_view 2025-11-13 22:54:18 +01:00
Roy Nieterau
62b60e8c8b
Merge branch 'develop' into enhancement/allow_farm_instance_creation_without_colorspace 2025-11-13 22:53:34 +01:00
Jakub Trllo
c3dac96dfd
Merge pull request #1548 from ynput/enhancement/1537-yn-0048-opening-documents-in-browser
Extended open file possibilities
2025-11-13 18:03:17 +01:00
Roy Nieterau
8478899b67
Apply suggestion from @BigRoy 2025-11-13 17:40:47 +01:00
Jakub Trllo
42b249a6b3 add note about caching 2025-11-13 17:32:22 +01:00
Jakub Trllo
efa702405c tune out orders 2025-11-13 17:26:55 +01:00
Jakub Trllo
46b534cfcc
merge two lines into one 2025-11-13 17:11:38 +01:00
Jakub Trllo
bab249a54a
remove debug print
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-11-13 17:11:02 +01:00
Roy Nieterau
994ba7790e
Merge branch 'develop' into bugfix/extract_oiio_transcode_apply_scene_display_view 2025-11-13 16:36:31 +01:00
Roy Nieterau
f29470a08c
Apply suggestion from @iLLiCiTiT
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-11-13 16:34:08 +01:00
Roy Nieterau
0262a8e763
Apply suggestion from @BigRoy 2025-11-13 16:33:00 +01:00
Jakub Trllo
84a4033606 remove unused variables 2025-11-13 15:21:14 +01:00
Jakub Trllo
3936270266 fix formatting 2025-11-13 15:16:51 +01:00
Jakub Trllo
4d90d35fc7 Extended open file possibilities 2025-11-13 15:01:08 +01:00
Jakub Trllo
2cdcfa3f22 store host name to version entity data 2025-11-13 10:49:55 +01:00
Jakub Trllo
d00e35de84
Merge pull request #1421 from ynput/enhancement/1416-loader-actions
Loader: Actions plugin
2025-11-12 18:37:32 +01:00
Jakub Trllo
e12b913cbf
Merge branch 'develop' into enhancement/1416-loader-actions 2025-11-12 18:36:15 +01:00
Jakub Trllo
463f96cda4
Merge pull request #1546 from ynput/enhancement/1177-ay-7448_product-names-filter-fields-in-settings-should-disallow-spaces
Settings: Product names template regex validation
2025-11-12 18:36:07 +01:00
Jakub Trllo
30dda67e7c Merge branch 'develop' into enhancement/1416-loader-actions
# Conflicts:
#	client/ayon_core/tools/loader/ui/window.py
2025-11-12 18:32:48 +01:00
Jakub Trllo
361f6fa30a
Merge branch 'develop' into enhancement/1177-ay-7448_product-names-filter-fields-in-settings-should-disallow-spaces 2025-11-12 18:23:01 +01:00
github-actions[bot]
2ce5ba2575 chore(): update bug report / version 2025-11-12 17:08:36 +00:00
Ynbot
ea81e643f2 [Automated] Update version in package.py for develop 2025-11-12 17:07:38 +00:00
Ynbot
26839fa5c1 [Automated] Add generated package files from main 2025-11-12 17:07:05 +00:00
Jakub Trllo
d35e09bf39
Merge branch 'develop' into enhancement/1177-ay-7448_product-names-filter-fields-in-settings-should-disallow-spaces 2025-11-12 18:05:19 +01:00
Jakub Trllo
837b36cccf
Merge pull request #1543 from ynput/enhancement/projects-fetch-force-graphql
Tools: Use GraphQl to get projects
2025-11-12 18:04:33 +01:00
Jakub Trllo
be9b476151 use better method name 2025-11-12 18:03:31 +01:00
Jakub Trllo
1cdde6d777 fix typo
Thanks @BigRoy
2025-11-12 18:03:23 +01:00
Jakub Trllo
7622c150cf fix formatting 2025-11-12 17:49:48 +01:00
Jakub Trllo
2f893574f4 change 'tasks' and 'hosts' to full attr names 2025-11-12 17:24:02 +01:00
Jakub Trllo
ca8b776ce1 added conversion function 2025-11-12 17:23:26 +01:00
Jakub Trllo
5ede9cb091 add less/greater than to allowed chars 2025-11-12 17:21:34 +01:00
Roy Nieterau
f4824cdc42 Allow creation of farm instances without colorspace data 2025-11-12 14:41:24 +01:00
Jakub Trllo
f7ea4a354b
Merge branch 'develop' into enhancement/projects-fetch-force-graphql 2025-11-12 10:37:46 +01:00
Jakub Trllo
0dc9f174d4
Merge pull request #1542 from BigRoy/enhancement/oiio_input_do_not_repeat_input_channels
ExtractOIIOTool: Avoid crash on R=Y,G=Y,B=Y usage in transcoding
2025-11-12 09:48:36 +01:00
Jakub Trllo
42642ebd34 use graphql to get projects 2025-11-12 09:41:55 +01:00
Jakub Trllo
821b55ccce
Merge branch 'develop' into enhancement/oiio_input_do_not_repeat_input_channels 2025-11-11 17:14:38 +01:00
Roy Nieterau
e2c6687690 Preserve order when making unique to avoid error on R,G,B becoming B,G,R but the channels being using in R,G,B order in --ch argument 2025-11-11 16:46:04 +01:00
Roy Nieterau
f38a6dffba Avoid repeating input channel names if e.g. R, G and B are reading from Y channel 2025-11-11 16:40:59 +01:00
github-actions[bot]
ccd54e16cc chore(): update bug report / version 2025-11-11 14:07:19 +00:00
Ynbot
8fdc943553 [Automated] Update version in package.py for develop 2025-11-11 14:05:58 +00:00
Ynbot
76cfa3e148 [Automated] Add generated package files from main 2025-11-11 14:05:22 +00:00
Jakub Trllo
d1d7bc5355
Merge pull request #1534 from marvill85/bugfix-linked-assets-regex
Linked folder regex filtering in workfile_template_builder.py
2025-11-11 15:03:01 +01:00
Jakub Trllo
90d2e341ad
Merge branch 'develop' into bugfix-linked-assets-regex 2025-11-11 14:20:44 +01:00
Jakub Trllo
7c8e7c23e9
Change code formatting 2025-11-11 14:19:04 +01:00
Mustafa Zaky Jafar
22f9e0573c
Merge branch 'develop' into bugfix/extract_oiio_transcode_apply_scene_display_view 2025-11-11 15:08:36 +02:00
Roy Nieterau
0dfaed53cb Fix setting display/view based on collected scene display/view if left empty in ExtractOIIOTranscode settings.
`instance.data["sceneDisplay"]` and `instance.data["sceneView"]` are now intended to be set to describe the user's configured display/view inside the DCC and can still be used as fallback for the `ExtractOIIOTrancode` transcoding. For the time being the legacy `colorspaceDisplay` and `colorspaceView` instance.data keys will act as fallback for backwards compatibility to represent the scene display and view.

Also see:
 https://github.com/ynput/ayon-core/issues/1430#issuecomment-3516459205
2025-11-11 12:43:00 +01:00
Jakub Trllo
9883f4bfde
Merge pull request #1539 from ynput/enhancement/1288-ay-7805_mytasks-in-loader-and-publisher
Tools: Add my tasks filters to loader and publisher
2025-11-11 11:32:26 +01:00
Jakub Trllo
dc7f155675 remove unused imports 2025-11-10 17:07:24 +01:00
Jakub Trllo
ba4ecc6f80 use filters widget in workfiles tool 2025-11-10 17:04:29 +01:00