Petr Kalis
e9d3462da2
Fix description
2025-04-24 11:39:44 +02:00
Petr Kalis
46d27ff7a4
Formatting change
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:05:24 +02:00
Petr Kalis
c53de6d226
Formatting change
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-23 14:05:08 +02:00
Petr Kalis
40e3b5d088
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review
2025-04-17 12:51:15 +02:00
Roy Nieterau
8d25303333
Revert defaults so removal of rendered files is disabled by default
2025-04-16 21:53:17 +02:00
Petr Kalis
a4db943903
Added default directly to enum
...
Used if additional output defs are present.
2025-04-14 14:22:24 +02:00
Petr Kalis
c210f62e19
Added fill_missing_frames to
...
settings
2025-04-11 18:12:15 +02:00
Roy Nieterau
4c4993b7e2
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/allow_disabling_removal_of_rendereed_files_on_farm
...
# Conflicts:
# server/settings/publish_plugins.py
2025-03-27 13:09:26 +01:00
Roy Nieterau
4283d0b453
Allow disabling removal of rendered files on farm renders
...
With this disabled the `metadata.json` and work area renders will remain on disk after a publish even if the folder is not a persistent staging dir
2025-03-27 12:59:15 +01:00
Roy Nieterau
ce9970636f
Allow enabling/disabling Attach Reviewables feature
2025-03-26 17:32:15 +01:00
Roy Nieterau
1f415d66e3
Allow setting the default USD Contribution enabled state per profile in settings
2025-03-05 00:51:46 +01:00
Roy Nieterau
602faa81dc
Add Task Types profiles filtering for defaults (note that it uses current context, not the task type from the instance)
2025-02-18 17:41:52 +01:00
Roy Nieterau
b9cc8c3507
Move the profile defaults to settings
2025-02-18 17:28:10 +01:00
Kayla Man
a409d55b59
big roy's comment - separate template for substancedesigner from standalonepublisher
2025-02-07 16:53:57 +08:00
Kayla Man
e0507d99d2
add substance designer into the template
2025-02-06 22:20:27 +08:00
Roy Nieterau
521e50619e
Apply suggestions from code review
...
Co-authored-by: Jakub Ježek <jakub@ynput.io>
2025-01-27 13:55:52 +01:00
Roy Nieterau
ffec35f69f
Add Silhouette host to defaults of few validators
2025-01-23 17:26:32 +01:00
MustafaJafar
1d23ca6633
update default order to match values in CollectUSDLayerContributions
2025-01-13 23:35:43 +02:00
Jakub Trllo
d30d5b5419
fix line lengths
2024-11-25 10:37:05 +01:00
Jakub Trllo
a28f4959e6
replace html tags with markdown
2024-10-25 14:40:36 +02:00
Jakub Jezek
0b9cea926c
Refactor code for better readability and consistency.
...
- Refactored code to improve readability by adjusting indentation and line breaks.
- Made changes to ensure consistent formatting of the code.
2024-10-02 10:12:51 +02:00
Jakub Jezek
ce977ab07e
Merge branch 'develop' into enhancement/AY-6198_OCIO-fallback-for-profiles-and-templated-values
2024-10-02 10:12:19 +02:00
Jakub Jezek
589a642d69
Merge branch 'develop' into enhancement/AY-6198_OCIO-fallback-for-profiles-and-templated-values
2024-10-02 10:10:57 +02:00
Jakub Ježek
8b14e79629
Update server/settings/conversion.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-02 10:03:28 +02:00
Jakub Ježek
e299b405fc
Update server/settings/conversion.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-02 10:01:33 +02:00
Mustafa Jafar
fa54805d94
enhance a condition in _convert_oiio_transcode_0_4_5
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-09-26 12:06:28 +03:00
MustafaJafar
6f2e69c3f7
fix code linting
2024-09-26 12:02:39 +03:00
Mustafa Jafar
85752510f0
optimize _convert_oiio_transcode_0_4_5
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-09-26 11:57:49 +03:00
Jakub Jezek
6aa31e8788
fixing typo
...
Changed function name from '_conver_publish_plugins' to '_convert_publish_plugins' for consistency and clarity. Updated the function call accordingly in 'convert_settings_overrides'.
2024-09-25 14:24:52 +02:00
Jakub Jezek
07ea80d2d7
Update fallback type field names in colorspace and settings modules
...
The commit updates the field name from "type" to "fallback_type" for consistency in the colorspace and settings modules.
2024-09-25 14:23:31 +02:00
Jakub Jezek
6085b6bd82
Refactor imageio settings conversion logic
...
Simplified conditional check for ocio_config_profiles presence.
2024-09-25 14:17:26 +02:00
Jakub Jezek
453995ac57
Update imageio config conversion to 0.4.5 version
...
Adjust imageio config conversion function to handle changes in settings from 0.4.4 to 0.4.5, ensuring proper profile usage and plugin conversion consistency.
2024-09-25 14:16:39 +02:00
Mustafa Jafar
451d5e77cd
exit _convert_oiio_transcode_0_4_5 if there are no profiles
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-09-23 12:13:23 +03:00
MustafaJafar
98918b1dd4
Add ExtractOIIOTranscode settings override
2024-09-20 00:23:28 +03:00
Jakub Jezek
3746645fe8
Merge branch 'develop' into enhancement/AY-6198_OCIO-fallback-for-profiles-and-templated-values
2024-09-17 11:51:26 +02:00
MustafaJafar
e29ade4e7d
Add tool tips for ExtractOIIOTranscode settings
2024-09-11 11:49:09 +03:00
Jakub Trllo
9fa4144feb
remove trailing spaces
2024-09-03 14:28:51 +02:00
MustafaJafar
d90310079c
refactor settings names
2024-09-03 15:13:36 +03:00
Mustafa Jafar
6b07c8cfb1
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings
2024-09-03 14:36:08 +03:00
Roy Nieterau
c778c1fe85
Merge branch 'develop' into enhancement/usd_workflow_use_entity_uri
2024-08-27 14:26:53 +02:00
Mustafa Jafar
d1e009dbfe
Merge branch 'develop' into enhancement/simplify_ExtractOIIOTranscode_settings
2024-08-27 10:57:13 +03:00
Petr Kalis
41694772c1
Use proper aac argument for ExtractReview
...
acc doesnt work for audio
2024-08-23 17:58:51 +02:00
MustafaJafar
fe9cef1c8f
Easier settings for ExtractOIIOTranscode
2024-08-22 23:07:14 +03:00
Ondřej Samohel
9929b8ab1b
Merge branch 'develop' into feature/AY-5185_render-product-templates
2024-08-21 12:27:26 +02:00
Jakub Trllo
723198c2a0
use 'title' instead of 'topic'
2024-08-21 10:19:12 +02:00
Ondřej Samohel
2e79075fe3
Update server/settings/tools.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-08-19 15:17:12 +02:00
Ondřej Samohel
c63d2005cf
♻️ move the setting one level up
2024-08-09 13:18:16 +02:00
Ondřej Samohel
3eb960a856
🎨 use product name for render templates
...
this is fixing issue where product name templates were hardcoded. Old behavior is enabled by default but deprecation warning is issued
2024-08-08 18:13:13 +02:00
Jakub Jezek
9375b8bee2
Update version references for future removal and conversion functions in colorspace and conversion modules.
...
- Update version references to 0.4.5 for future removal in colorspace module.
- Update function name and version reference to 0.4.4 for imageio config conversion in the conversion module.
2024-07-31 13:57:47 +02:00
Jakub Jezek
d7a2c57fd8
Refactor OCIO config handling, introduce fallback mechanism
...
- Added function to extract config path from profile data
- Updated global config retrieval to use new function
- Introduced fallback mechanism for missing product entities
2024-07-31 13:54:41 +02:00