Jakub Jezek
c121f419cc
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error
2025-08-19 14:02:27 +02:00
Jakub Trllo
feab326a34
Merge branch 'develop' into bugfix/failing-keyring-backend
2025-07-31 14:44:15 +02:00
Jakub Trllo
1017becebd
changed abstract class docstring
2025-07-31 11:21:26 +02:00
Jakub Trllo
83b109be28
fix cache again
2025-07-31 11:21:11 +02:00
Jakub Trllo
6433ada42c
remove unnecessary overriden methods
2025-07-31 11:20:50 +02:00
Jakub Trllo
3c867c517c
change value of json registry to 'str'
2025-07-31 11:20:08 +02:00
Jakub Trllo
473cf8b0c1
grammar fixes
2025-07-31 11:19:39 +02:00
Jakub Trllo
d4092c8e31
deprecated not passed name in 'AYONSettingsRegistry'
2025-07-31 11:02:12 +02:00
Jakub Trllo
b403db76e6
better order of methods
2025-07-31 11:01:52 +02:00
Jakub Trllo
1a46f2c027
remove unnecessary super call
2025-07-31 11:00:51 +02:00
Jakub Trllo
2013eea5c4
formatting change
2025-07-31 10:58:21 +02:00
Jakub Trllo
41228915ec
more explicit dir creation
2025-07-31 10:58:08 +02:00
Jakub Trllo
d88a867872
reset cache on set item
2025-07-31 10:56:39 +02:00
Jakub Trllo
d1fce584fa
remove unncessary variable
2025-07-31 10:56:25 +02:00
Jakub Trllo
08c242edef
use f-strings
2025-07-31 10:55:59 +02:00
Jakub Trllo
d431956963
simplified super calls
2025-07-31 10:55:34 +02:00
Jakub Trllo
88b01a2797
added type-hints
2025-07-31 10:54:26 +02:00
Jakub Trllo
97a3ab142c
raise dedicated exception if item is not available
2025-07-31 10:46:37 +02:00
Jakub Trllo
ea3b4524d4
capture 'ItemNotFoundException' error if possible
2025-07-31 10:31:46 +02:00
Jakub Trllo
90f778fc4a
Merge branch 'develop' into enhancement/enhance-workfile-api
2025-07-21 14:51:10 +02:00
Jakub Ježek
00cfb962e4
Update client/ayon_core/lib/transcoding.py
...
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-07-14 14:38:41 +02:00
Jakub Trllo
6b452e4929
fix the slashes issue at the root
2025-07-09 17:50:35 +02:00
Jakub Jezek
6ea9e809e8
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error
2025-07-03 09:37:24 +02:00
Ondřej Samohel
aed5a5e6e0
♻️ add env tool functions to ayon.lib init
2025-07-02 10:54:55 +02:00
Jakub Trllo
f673abebc8
use 'view' instead of 'screen'
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-06-19 10:29:45 +02:00
Jakub Trllo
060fea4f78
Merge branch 'develop' into enhancement/enhance-workfile-api
2025-06-18 16:57:35 +02:00
Jakub Ježek
b4ab80df2e
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error
2025-06-12 16:37:13 +02:00
Jakub Trllo
2b209044ed
better conditions order
2025-06-12 15:50:44 +02:00
Jakub Trllo
3eb88ae850
use 'view' instead of 'screen'
2025-06-12 15:50:34 +02:00
Jakub Trllo
28978f07c6
use standard conditions
2025-06-12 15:50:21 +02:00
Jakub Trllo
21737339d3
rename 'oiiotool_transcode' to 'oiio_color_convert'
2025-06-12 15:46:23 +02:00
Jakub Ježek
e7c2dc2847
Merge branch 'develop' into bugfix/ocio-v2-aces1.3-display-resolving-error
2025-06-05 16:59:06 +02:00
Jakub Trllo
a879d11ac6
get_ayon_username is using cached values
2025-06-03 12:03:34 +02:00
Jakub Trllo
9bd36c2570
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-05-22 17:49:09 +02:00
Jakub Trllo
4b1f1a9584
add typehints
2025-05-21 19:45:39 +02:00
Jakub Trllo
80d3255863
fix return type
2025-05-21 19:45:33 +02:00
Jakub Trllo
44da9f5a0d
add type-hints to '_prepare_ayon_launcher_env'
2025-05-21 19:41:53 +02:00
Jakub Jezek
4ebf35dd8b
Refactors docstring formatting in transcoding
...
Improves readability by adjusting docstring formatting
in the `convert_colorspace` function. This change ensures
consistent documentation style and enhances clarity.
2025-05-20 11:26:28 +02:00
Jakub Jezek
08f6b61a3e
Adds deprecation decorator and marks function
...
Introduces a `deprecated` decorator to mark functions as deprecated,
issuing a warning when they are called. The `convert_colorspace`
function is marked as deprecated, advising users to switch to
`oiiotool_transcode`.
2025-05-20 11:19:14 +02:00
Jakub Jezek
dba8d78a2a
Refactors color space conversion with oiiotool
...
Consolidates color space conversion logic into a dedicated
`oiiotool_transcode` function for better flexibility and clarity.
This change introduces support for display/view transformations,
enhancing the tool's ability to handle complex color management
workflows.
It also fixes issues with conflicting color space parameters and
improves handling of source and target display/view configurations.
2025-05-20 10:53:37 +02:00
Ondřej Samohel
ee7d045413
♻️ refactor function name and remove speedcopy fallback
2025-05-09 17:15:38 +02:00
Ondřej Samohel
35ffa87e01
Merge branch 'develop' into unify-and-speed-up-copying
2025-05-09 16:44:19 +02:00
Jakub Trllo
2513741639
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-04-29 16:59:53 +02:00
Roy Nieterau
3622587038
Merge branch 'develop' into enhancement/remove_deprecated_convert_for_ffmpeg
2025-04-29 13:06:08 +02:00
Jakub Trllo
33df9ec9f5
fox example
2025-04-22 17:19:54 +02:00
Jakub Trllo
f67002961a
added option to run detached process
2025-04-22 15:26:46 +02:00
Jakub Trllo
4e9a2a52b9
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-04-16 14:06:44 +02:00
Jakub Trllo
b0ac87b7b1
handle unused variables
2025-04-14 17:56:21 +02:00
Jakub Trllo
b403fccf05
fix new line chars
2025-04-14 17:54:45 +02:00
Jakub Trllo
698fef2833
added helper function to get settings variant
2025-04-04 09:43:24 +02:00