Commit graph

6246 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
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
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
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
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
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
f7ea4a354b
Merge branch 'develop' into enhancement/projects-fetch-force-graphql 2025-11-12 10:37:46 +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
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
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
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
Jakub Trllo
f9f55b48b0 added my tasks filtering to publisher 2025-11-10 16:23:19 +01:00
Jakub Trllo
3a6ee43f22 added doption to change filters 2025-11-10 16:22:20 +01:00
Jakub Trllo
9c3dec09c9 small cleanup 2025-11-10 15:53:36 +01:00
Jakub Trllo
e6325fa2e8 use 'FoldersFiltersWidget' in launcher 2025-11-10 15:27:49 +01:00
Jakub Trllo
91d44a833b implemented my tasks filter to browser 2025-11-10 15:22:44 +01:00
Jakub Trllo
ad83d827e2 move private methods below public one 2025-11-10 15:14:32 +01:00
Jakub Trllo
0dd47211c5 add 'get_current_username' to UsersModel 2025-11-10 15:13:24 +01:00
Jakub Trllo
cef3bc229a disable case sensitivity for folders proxy 2025-11-10 15:07:12 +01:00
Jakub Trllo
d1ef11defa define helper widget for folders filtering 2025-11-10 15:06:56 +01:00
Kayla Man
d5df6a99c1
Merge branch 'develop' into enhancement/make)_sure_confirm_message_on_top_after_creating_hero_version 2025-11-10 20:59:35 +08:00
Jakub Trllo
339d90afd7
Merge branch 'develop' into enhancement/deselect-entities-in-launcher 2025-11-10 12:46:37 +01:00
Jakub Trllo
0f8339ac92 use span for context label too 2025-11-10 12:45:22 +01:00
Mustafa Zaky Jafar
9be4493a9e
remove unused import 2025-11-10 12:56:51 +02:00
Jakub Trllo
9a70ecdd7e revert the last changes 2025-11-10 11:50:16 +01:00
Jakub Trllo
6d573b6c70
Merge branch 'develop' into enhancing-publisher-card-readability 2025-11-10 11:09:10 +01:00
Jakub Trllo
770b94bde5 show context only if is not same as current context 2025-11-10 11:08:35 +01:00
Kayla Man
a07fc4bfaa make sure the confirm message box on top after creating hero version 2025-11-10 17:55:14 +08:00
Jakub Trllo
9dbd46d866 indent context a little 2025-11-10 10:46:16 +01:00
Jakub Trllo
feba551e99 remove dash between folder and task 2025-11-10 10:46:08 +01:00
Jakub Trllo
c1d0510fd3 deselect only workfiles 2025-11-10 10:05:07 +01:00
Jakub Trllo
503e627fb5 remove unused import 2025-11-07 18:05:26 +01:00