Jakub Trllo
f4bd5d49f9
move settings to tools
2025-12-17 10:38:48 +01:00
Jakub Trllo
e8635725fa
ruff fixes
2025-12-16 18:55:35 +01:00
Jakub Trllo
f2e014b3f8
Merge branch 'develop' into enhancement/1470-yn-0067-publisher-crashed-plugins
2025-12-16 18:44:36 +01:00
Jakub Trllo
3f72115a5e
added option to filter crashed files
2025-12-16 16:12:35 +01:00
Petr Kalis
9cb97029bf
Merge branch 'develop' into bugfix/YN-0273_big_resolution_thumbnail_ftrack
2025-12-15 12:11:23 +01:00
Petr Kalis
e3b94654f8
Updated docstrings
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-12-15 12:11:07 +01:00
Petr Kalis
e3fa6e446e
Updated docstring
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-12-15 12:10:50 +01:00
Petr Kalis
e6eaf87272
Updated titles
2025-12-11 18:25:16 +01:00
Petr Kalis
738d9cf8d8
Updated docstring
2025-12-11 18:24:09 +01:00
Petr Kalis
c52a7e367b
Simplified ExtractThumbnailFrom source
...
Removed profiles
Changed defaults for smaller resolution
2025-12-10 18:35:22 +01:00
Petr Kalis
cdac62aae7
Renamed hosts to host_names for ExtractThumbnailFromSource
2025-12-08 11:07:05 +01:00
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
Petr Kalis
dabeb0d552
Ruff
2025-12-04 14:04:51 +01:00
Petr Kalis
3edb0148cd
Added setting to match more from source to regular extract thumbnail
2025-12-04 13:02:23 +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