Petr Kalis
89129dfeb4
Renamed hosts to host_names for ExtractThumbnail
2025-12-08 10:10:51 +01:00
Petr Kalis
2885ed1805
Added profiles to ExtractThumbnail
2025-12-04 17:24:37 +01:00
Roy Nieterau
f5a139e61e
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/extract_oiio_transcode_apply_scene_display_view
...
# Conflicts:
# client/ayon_core/pipeline/farm/pyblish_functions.py
2025-11-28 15:46:11 +01:00
Kayla Man
48613ab845
Merge branch 'develop' into enhancement/support_extract_review_for_substance_painter
2025-11-28 21:58:00 +08:00
Roy Nieterau
596612cc99
Move over product types in settings so order makes more sense
2025-11-27 15:02:11 +01:00
Roy Nieterau
877a9fdecd
Refactor profile hosts -> host_names
2025-11-27 14:38:35 +01:00
Roy Nieterau
1a5a6e4ad0
Merge branch 'develop' into 1291-ay-7846_extractoiiotranscode-convert-exr-to-scanline-whilst-keeping-all-channels
2025-11-27 14:21:04 +01:00
Roy Nieterau
344f91c983
Make settings profiles more granular for OIIO post process
2025-11-26 00:38:37 +01:00
Roy Nieterau
a6ecea872e
Add missing changes
2025-11-17 14:47:25 +01: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
Roy Nieterau
e7896c66f3
Update server/settings/publish_plugins.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-09 11:33:33 +01:00
Roy Nieterau
113d01ce99
Add setting to always enforce the default prim value
2025-11-08 22:54:24 +01:00
Kayla Man
c0fd2aa8c5
add additional default settings into ExtractReview for substance painter
2025-11-04 18:10:52 +08:00
Petr Kalis
b87dbabd14
Added task_types to ExtractReview profile in Settings
2025-07-16 16:01:11 +02:00
Roy Nieterau
93557a8a69
Refactor conditionalEnum -> conditional_enum
...
Avoid logs like:
```
DEBUG settings.settings_field | Deprecated argument: conditionalEnum
```
2025-06-24 22:34:37 +02:00
Ondřej Samohel
7e73b7d1ad
Merge branch 'develop' into enhancement/fill_gaps_in_extract_review
2025-05-09 16:02:15 +02:00
Jakub Jezek
824dc0cc81
Improves readability of resolution display
...
Updates the format of resolution items displayed in the publisher's attribute for better readability.
Removes an unused import from server settings.
2025-05-09 10:50:20 +02:00
Jakub Jezek
4c5cc4923c
Merge branch 'develop' into enhancement/AY-7197_override-resolution-on-editorial-publish_1243
2025-05-08 17:36:57 +02:00
Jakub Jezek
753960ca9a
Refactors explicit resolution collection
...
Changes the collector order to ensure correct execution.
Renames the "Override Resolution" label to "Force product resolution" for clarity.
Removes default resolution values from server settings. The explicit resolution is intended to be defined on the instance level, not as a global default.
2025-05-08 17:33:08 +02:00
Jakub Ježek
93b59710b2
Apply suggestions from code review
...
Co-authored-by: Robin De Lillo <robin@ynput.io>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-08 17:27:52 +02:00
Petr Kalis
d934430d9e
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/fill_gaps_in_extract_review
2025-05-05 16:08:06 +02:00
Jakub Trllo
8cfcd3627f
Merge branch 'develop' into enhancement/anatomy_template_enum
2025-04-29 16:40:41 +02:00
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
Jakub Jezek
71dc3650ac
Adds explicit resolution override to publisher
...
Adds a plugin that allows users to explicitly override the resolution settings (width, height, pixel aspect) of instances during the publishing process.
This provides a way to ensure consistency and accuracy in resolution values across different tasks and product types.
The plugin is configurable through the AYON settings, allowing administrators to define the available resolution options and the product types for which the override is enabled.
2025-04-23 10:25:51 +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
Petr Kalis
93ea50cac1
Update correct category
2025-04-01 12:15:22 +02:00
Petr Kalis
d20942892f
Used new enum for template names from Anatomy
2025-03-31 14:45:31 +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
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
MustafaJafar
e29ade4e7d
Add tool tips for ExtractOIIOTranscode settings
2024-09-11 11:49:09 +03: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