Commit graph

42622 commits

Author SHA1 Message Date
Jakub Trllo
6dbbe75099 remove unnecessary return 2025-05-27 10:50:58 +02:00
Jakub Trllo
6a7e1abf5d use new executor methods 2025-05-27 10:48:01 +02:00
Jakub Trllo
bc99edd74d remo identifier constance 2025-05-27 10:47:46 +02:00
MustafaJafar
0fdff60147 remove the poetry.lock - again 2025-04-15 19:08:14 +02:00
MustafaJafar
be8d654d89 Merge branch 'develop' into enhancement/web_action_action_to_create_folder_structure 2025-04-15 19:05:24 +02:00
Jakub Ježek
3429d5914f
Merge pull request #1242 from ynput/bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241
Fixes thumbnail creation logic
2025-04-15 16:35:13 +02:00
Jakub Ježek
602a17999d
Merge branch 'develop' into bugfix/AY-7717_nuke-multiple-intermediate-fails-thumbnail-in-integrator_1241 2025-04-15 15:50:47 +02:00
Jakub Jezek
d5f599b811
Fixes thumbnail creation logic for multiple reps
Resets the `repre_thumb_created` flag for each representation to ensure that thumbnails are correctly generated for all reviewable representations when multiple are present.
This prevents the logic from skipping subsequent representations after the first one successfully creates a thumbnail.
2025-04-15 14:45:36 +02:00
Ynbot
400774d438 [Automated] Update version in package.py for develop 2025-04-14 14:32:11 +00:00
Ynbot
122a4a9f09 [Automated] Add generated package files from main 2025-04-14 14:31:37 +00:00
Jakub Ježek
c924c252bd
Merge pull request #1238 from ynput/bugfix/inplace-integration
Fixes issue with original directory lookup
2025-04-14 15:48:24 +02:00
Jakub Ježek
6f9664e41e
Merge branch 'develop' into bugfix/inplace-integration 2025-04-14 15:46:51 +02:00
Jakub Jezek
f770a35d54
Fixes thumbnail creation logic
Moves the `thumbnail_created` flag initialization inside the loop.

This ensures that the flag is reset for each representation, preventing it from being incorrectly skipped if a previous representation failed to create a thumbnail.
2025-04-14 15:42:12 +02:00
Ondřej Samohel
8205ee8b27
Merge pull request #1235 from ynput/chore/update-ruff-action
Update ruff action and take the ruff version from pyproject
2025-04-14 14:06:29 +02:00
Jakub Ježek
d12632e000
Merge branch 'develop' into bugfix/inplace-integration 2025-04-14 14:00:28 +02:00
Jakub Ježek
97bfd0459d
Update client/ayon_core/plugins/publish/integrate.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-14 14:00:18 +02:00
Jakub Ježek
46f7fa4cc1
Update client/ayon_core/plugins/publish/integrate.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-04-14 14:00:11 +02:00
Ondřej Samohel
39a3b7c78e
Merge branch 'develop' into chore/update-ruff-action 2025-04-14 13:50:37 +02:00
Jakub Trllo
2b8a16a960
Merge pull request #1237 from ynput/bugfix/fix-jpeg-thumbnail
Chore: Fix thumbnail upload
2025-04-14 12:25:04 +02:00
Jakub Trllo
ac7084dc68
Merge branch 'develop' into bugfix/fix-jpeg-thumbnail 2025-04-14 12:24:31 +02:00
Jakub Trllo
f37fe8c361
Merge pull request #1239 from ynput/bugfix/unify-output-value-type
Tools: Fix thumbnails output value type
2025-04-12 01:18:18 +02:00
Jakub Trllo
047b77e501 return the same output all the time 2025-04-12 01:06:29 +02:00
Ondřej Samohel
36a9151d0c
Merge branch 'develop' into chore/update-ruff-action 2025-04-11 16:35:57 +02:00
Jakub Jezek
402e98b443
Fixes issue with original directory lookup
Fixes a bug where the instance staging directory was being incorrectly used
when looking up the original directory for publish in place workflows,
instead of the staging directory from representation.

Adds debug logging to inspect instance data during integration.
2025-04-11 15:55:05 +02:00
Jakub Trllo
8cefce5887
Merge branch 'develop' into bugfix/fix-jpeg-thumbnail 2025-04-11 15:38:43 +02:00
Jakub Trllo
36c43c7cf3
Merge pull request #1236 from ynput/bugfix/ffmpeg-commands-update
Chore: Update ffmpeg commands
2025-04-11 15:38:28 +02:00
Jakub Trllo
7ec8494b1a fix thumbnail upload 2025-04-11 15:34:11 +02:00
Jakub Trllo
3dc1eb49b1 don't use deprecated commands 2025-04-10 17:49:42 +02:00
Ondřej Samohel
63a29cd9ec
⬆️: update ruff action and take the ruff version from pyproject 2025-04-10 14:15:20 +02:00
Ondřej Samohel
ebeb1d1e19
Merge pull request #1231 from ynput/chore/delete-poetry-lock
Delete poetry.lock
2025-04-09 14:43:49 +02:00
Ondřej Samohel
acf9bb56eb
🔨 add poetry.lock to .gitignore 2025-04-09 14:42:44 +02:00
Ondřej Samohel
6f1981ca96
Delete poetry.lock
Poetry lock shouldn't be tracked file to avoid conflics, it should be always recreated from dependencies defined in `pyproject.toml`
2025-04-09 11:54:25 +02:00
Mustafa Jafar
a652c0da87
Merge pull request #1141 from ynput/bugfix/1139-version_up_current_workfile-doesnt-return-the-first-workfile-name-if-there-are-no-workfiles
Host: Version up current workfile handles empty workdir
2025-04-08 17:49:34 +02:00
Jakub Trllo
12fff22ea8
Merge branch 'develop' into bugfix/1139-version_up_current_workfile-doesnt-return-the-first-workfile-name-if-there-are-no-workfiles 2025-04-08 10:35:14 +02:00
Ynbot
abbc9ffc37 [Automated] Update version in package.py for develop 2025-04-07 20:56:09 +00:00
Ynbot
76734fbbd2 [Automated] Add generated package files from main 2025-04-07 20:55:32 +00:00
Jakub Trllo
b352b40ba5
Merge pull request #1219 from ynput/enhancement/set-publish-attributes-values
Create context: Set publish attributes values
2025-04-07 22:52:29 +02:00
Roy Nieterau
87a25da86c
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 22:24:12 +02:00
MustafaJafar
01069f62ac update poetry lock 2025-04-07 19:24:59 +02:00
MustafaJafar
148110bd38 Merge branch 'develop' into enhancement/launcher_action_to_create_folder_structure 2025-04-07 18:57:45 +02:00
MustafaJafar
7a7f4b44a0 use logger from backend with fallback to nxtools 2025-04-07 18:51:02 +02:00
MustafaJafar
0ec82bd34d check project name when adding or executing create_project_structure 2025-04-07 18:48:12 +02:00
Jakub Trllo
5f60d1dd28
Merge pull request #1228 from ynput/bugfix/1227-tools-thumbnails-not-available-for-artists
Tools: Change how thumbnails are received
2025-04-07 17:37:52 +02:00
Jakub Trllo
d548ebd448
Merge branch 'develop' into bugfix/1227-tools-thumbnails-not-available-for-artists 2025-04-07 17:36:59 +02:00
Jakub Trllo
abfb0aedee changed how thumbnails are received 2025-04-07 16:18:49 +02:00
Jakub Trllo
2ff6c7a674
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 15:39:35 +02:00
Jakub Trllo
a1e2efc51b
Merge pull request #1148 from ynput/feature/envs-in-roots
Chore: Environment variables in roots
2025-04-07 15:39:13 +02:00
Jakub Trllo
f450942ccd
Merge branch 'develop' into feature/envs-in-roots 2025-04-07 15:13:11 +02:00
Jakub Trllo
a810be6506 handle popped plugin values 2025-04-07 14:59:07 +02:00
Jakub Trllo
108326b9e9
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 14:53:49 +02:00