Jakub Trllo
5a88698ce1
rename '_get_real_paths_to_render' back to '_get_real_files_to_render'
2025-03-11 12:10:02 +01:00
Jakub Trllo
369383045f
rename 'get_real_frames_to_render' to 'convert_frames_str_to_list'
2025-03-11 11:47:47 +01:00
Jakub Trllo
1255aa2776
added typehints and better examples
2025-03-11 11:23:01 +01:00
Jakub Trllo
2f47a6d35a
remove out of context comment
2025-03-11 11:14:37 +01:00
Jakub Trllo
428175ee00
rename '_get_real_files_to_render' to '_get_real_paths_to_render'
2025-03-11 11:14:13 +01:00
Petr Kalis
4ea2ed3dc1
Updated use of first_filepath
2025-03-10 10:18:21 +01:00
Petr Kalis
bafd3dcf8f
Update name of pattern
2025-03-10 09:55:13 +01:00
Petr Kalis
9d293b38a9
Merge remote-tracking branch 'origin/bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence' into bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence
2025-03-10 09:53:13 +01:00
Petr Kalis
d665b9a575
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence
2025-03-10 09:53:01 +01:00
Petr Kalis
380310b017
Removed optionality
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-10 09:51:46 +01:00
Roy Nieterau
149256e503
Merge branch 'develop' into 1171-ay-7562_allow-to-set-default-enabled-state-for-usd-contributions
2025-03-05 22:08:07 +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
MustafaJafar
8bf17b8e52
remove usage of a deprecated tag: thumb-nuke
2025-03-04 20:15:25 +02:00
Petr Kalis
af2f210e7c
Fix pattern for occurence of :
2025-02-28 11:00:27 +01:00
Petr Kalis
0bdc2bd29d
Fix pattern for occurence of :
2025-02-28 10:40:30 +01:00
Petr Kalis
d150377092
Fix gaps in color transcode
...
Create sequence only if no gaps.
2025-02-28 10:08:21 +01:00
Petr Kalis
ab3fdea704
Renamed new variable to hasExplicitFrames
2025-02-27 13:17:02 +01:00
Petr Kalis
07674c3040
Fix against local variable issues
2025-02-27 13:09:05 +01:00
Petr Kalis
1455ebb54e
Fix wrong variable
2025-02-27 13:08:43 +01:00
Petr Kalis
8347bad343
Fix do frame recalculate only on lists
2025-02-27 13:08:25 +01:00
Petr Kalis
86a9613fdb
Fix get real frames to include steps
2025-02-27 13:06:45 +01:00
Petr Kalis
594f1f1abb
Fix using explicit frames in Maya AOVs
2025-02-27 11:56:11 +01:00
Petr Kalis
16e817f5d5
Fix propagation of explicit_frames
2025-02-26 14:19:03 +01:00
Petr Kalis
a3f3a88c04
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/AY-7215_Explicit-frames-are-renamed-as-sequence
2025-02-26 13:12:41 +01:00
Petr Kalis
080e86ee6e
Do frame recalculation only for not explicit_frames
...
`explicit_frames` denotes that artist wants to render only specific frames. Could be set in Publisher UI.
2025-02-26 13:11:04 +01:00
Petr Kalis
85c33580f1
Revert "Removed frame recalculation"
...
This reverts commit d8c023d0a1 .
2025-02-26 13:02:28 +01:00
robin@ynput.io
df95e252fa
Add SXR support for image extension.
2025-02-26 11:09:25 +01:00
Ynbot
eec161ed15
[Automated] Update version in package.py for develop
2025-02-25 09:14:21 +00:00
Ynbot
95b7c61fe2
[Automated] Add generated package files from main
2025-02-25 09:13:33 +00:00
robin@ynput.io
31afc284f2
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-02-25 09:32:59 +01:00
Petr Kalis
d8c023d0a1
Removed frame recalculation
...
Maybe temporary commit as this naive approach won't be possible.
Existing code recalculated/renamed rendered files according to values in AYON DB. This limits explicit render of selected only frames.
2025-02-24 15:14:32 +01:00
Jakub Trllo
7332f9b8ee
Merge branch 'develop' into feature/1156-loader-tool-tasks-filtering
2025-02-24 11:26:41 +01:00
Jakub Trllo
c6e5a8ec11
initial state of product name filtering are propagated
2025-02-24 11:25:01 +01:00
Jakub Trllo
8ee87c9d26
no task is always last
2025-02-24 10:17:51 +01:00
Jakub Trllo
9045c7422f
Change label without task > no task
2025-02-24 10:17:39 +01:00
Jakub Trllo
8825fee96d
fix task icons
2025-02-24 10:17:14 +01:00
Jakub Trllo
acd446bcef
added no tasks item to task selection
2025-02-21 15:51:03 +01:00
Jakub Trllo
592fac87f7
tasks header widget defines width of first column
2025-02-21 15:50:51 +01:00
Jakub Trllo
62084ac684
remove duplicated code from super class
2025-02-21 15:13:09 +01:00
Jakub Trllo
8ad5489d68
base tasks widget defines column labels using default methods
2025-02-21 15:12:25 +01:00
Jakub Trllo
ec41b30665
validate host for 'IPublishHost' interface instead of 'ILoadHost'
2025-02-21 15:04:28 +01:00
Jakub Trllo
c5043aec8e
fix fill items from thread
2025-02-21 15:03:21 +01:00
Jakub Trllo
ef0106346f
flags consider item flags
2025-02-21 15:02:37 +01:00
Jakub Trllo
66285949a5
take rows instead of removing them
2025-02-21 15:02:00 +01:00
Jakub Trllo
fe58f6150f
ignore failed initialization of create plugin
2025-02-21 10:20:33 +01:00
Ynbot
c8a7a76618
[Automated] Update version in package.py for develop
2025-02-20 11:21:05 +00:00
Ynbot
57c8130049
[Automated] Add generated package files from main
2025-02-20 11:20:25 +00:00
robin@ynput.io
5db6eff319
Merge branch 'develop' into feature/AY-7125_advanced-editorial-publish-to-ayon-38
2025-02-19 14:35:16 +01:00
Jakub Trllo
6947680cc2
make sure items are only selectable in tasks widget
2025-02-19 10:51:15 +01:00
Jakub Trllo
4b44a1bc1c
remove unused import
2025-02-19 10:51:03 +01:00