Petr Kalis
f7e9e413fb
AY-5750 - fix single frame render
...
Without it will render frame 0 which might result in black image instead of correct frame (1001).
2024-06-17 18:22:18 +02:00
Petr Kalis
fa747699c2
AY-5750 - fix superfluous space
2024-06-17 17:32:38 +02:00
Petr Kalis
e6192095d4
AY-5750 - put order after collect_review
...
This plugin depends on review in families logic which got put there only after this plugin (because of previous move order to accommodate deadline collection data).
This plugin must run after collect_review BUT before collect DL credentials!
2024-06-17 17:32:08 +02:00
Kayla Man
a9771b8ca5
Merge branch 'develop' into bugfix/incorrect_fps_max_point_cache_loader
2024-06-13 16:46:50 +08:00
Kayla Man
edd19c3135
reset frame range & frame rate for the correct frame range & fps value
2024-06-13 14:25:57 +08:00
Jakub Trllo
513826d608
remove unused import
2024-06-12 16:52:44 +02:00
Jakub Ježek
13c8c88066
Merge branch 'develop' into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
2024-06-12 16:22:46 +02:00
Jakub Trllo
70b5ac7798
bump maya version to '0.2.3'
2024-06-12 13:49:23 +02:00
Jakub Trllo
fca9eaa423
fix pre create attributes in look
2024-06-12 13:49:02 +02:00
Jakub Trllo
5a74d5c986
do not pass self to the function
2024-06-12 13:48:52 +02:00
Jakub Trllo
820bb7318e
don't call 'super' in 'get_instance_attr_defs'
2024-06-12 13:48:35 +02:00
Jakub Trllo
da1bb3fad5
pointcache does not append attr definitions to base list but to new list
2024-06-12 13:28:20 +02:00
Kayla Man
e8107e2b97
Update server_addon/max/client/ayon_max/plugins/load/load_pointcache.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-06-12 19:23:01 +08:00
Kayla Man
6e6d3c02f6
Update server_addon/max/client/ayon_max/plugins/load/load_pointcache.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-06-12 19:22:54 +08:00
Kayla Man
8bff418a09
Update server_addon/max/client/ayon_max/plugins/load/load_pointcache.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-06-12 19:21:39 +08:00
Kayla Man
80293ae264
ruff cosmetic fix
2024-06-12 18:55:08 +08:00
Kayla Man
728e3d6a73
update get_fps_for_current_context() function
2024-06-12 18:50:20 +08:00
Jakub Ježek
ca8d7075a9
Merge branch 'develop' into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
2024-06-12 11:32:26 +02:00
Jakub Jezek
c241546842
Refactor media import process in LoadMedia plugin
...
Extracted media import logic to a separate method for clarity. The new method handles importing media to Resolve Media Pool and creating bins if necessary.
2024-06-12 11:31:54 +02:00
Jakub Jezek
7b1c4a8a08
Refactor Resolve media loading logic for single files and sequences.
...
- Refactored file path handling for importing media.
- Updated method to determine if the file is a sequence.
- Improved handling of frame numbers in file paths.
2024-06-12 11:17:29 +02:00
Kayla Man
6d42703cf4
Update server_addon/max/client/ayon_max/api/pipeline.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-06-11 23:11:03 +08:00
Kayla Man
3cb6b869e3
fix scene inventory not shown up
2024-06-11 23:07:36 +08:00
Jakub Jezek
21c86742d4
Bump addon version to 0.2.2
...
Update the addon version from 0.2.1 to 0.2.2 in the codebase.
2024-06-11 14:55:00 +02:00
Kayla Man
92d49139a5
make sure the timeline and custom frame range matched to the export
2024-06-11 20:51:13 +08:00
Jakub Jezek
9e4d1f19eb
Update version to 0.2.2 in package.py
...
Bumped up the version number from 0.2.1 to 0.2.2 in the package.py file for DaVinci Resolve addon.
2024-06-11 14:32:25 +02:00
Kayla Man
253ae11736
code tweaks - big roy's comment
2024-06-11 20:31:44 +08:00
Kayla Man
d7aa02c3e6
code tweaks - big roy's comment
2024-06-11 20:11:06 +08:00
Kayla Man
e3f8ff9de3
set scene fps during loading point cache context
2024-06-11 19:58:08 +08:00
Roy Nieterau
6321bb3d30
Merge branch 'develop' into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
2024-06-11 13:55:00 +02:00
Petr Kalis
e7094a28f2
Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/process_submission_arguments
2024-06-11 13:30:19 +02:00
Petr Kalis
7ea8d42d96
Used variables
2024-06-11 13:29:08 +02:00
Roy Nieterau
a51b2b4e3e
Add selected to label
2024-06-11 12:56:13 +02:00
Roy Nieterau
7a72ecb7fb
Fix refactor of imports
2024-06-11 12:53:57 +02:00
Roy Nieterau
14781e795c
Cosmetics
2024-06-11 12:51:53 +02:00
Roy Nieterau
d39acab715
Fix usage of undefined variable
2024-06-11 12:51:39 +02:00
Roy Nieterau
f861dfa73d
Fix refactor of remove_unused_media_pool_items location
2024-06-11 12:47:49 +02:00
Roy Nieterau
ced0e9f27f
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
...
# Conflicts:
# server_addon/resolve/client/ayon_resolve/plugins/load/load_media.py
2024-06-11 12:46:49 +02:00
Jakub Trllo
88eba62940
Merge branch 'develop' into chore/remove-unreal-addon
2024-06-11 12:26:28 +02:00
Kayla Man
5bffaa730e
fix the incorrect fps value when loading point cache
2024-06-11 17:27:25 +08:00
Petr Kalis
a39b150120
Merge branch 'develop' into bugfix/add_deadline_to_prerender
2024-06-10 18:08:29 +02:00
Petr Kalis
a853d39275
Use single list of families
...
All collectors should use same list of families (eg. product types).
This list is a bit bigger than list in submit_publish_job which might be by design as some families might be changing during publishing steps.
2024-06-10 17:49:28 +02:00
Petr Kalis
6e487c6739
Move auth and verify to submit only
...
submit requires these two arguments, if one needs to override process_submission, they can get auth and verify themselves.
2024-06-10 17:01:11 +02:00
Jakub Trllo
c0be1b79c5
Merge branch 'develop' into feature/AY-5372_-Feature-integrationunit-tests
2024-06-10 14:58:31 +02:00
Kayla Man
246213db7d
Merge branch 'develop' into enhancement/AY-5687_Substance-review-attribute
2024-06-10 20:28:45 +08:00
Kayla Man
5d6e5f329b
bump application version in version.py
2024-06-10 20:28:17 +08:00
Kayla Man
0a99109d73
remove unrelated hosts and bump application addon version
2024-06-10 19:52:16 +08:00
Kayla Man
43b7200d4b
resolve conflict
2024-06-10 19:04:33 +08:00
Jakub Trllo
d4fe1bb970
Merge branch 'develop' into bugfix/update-wrong-client-versions
2024-06-10 11:19:21 +02:00
Jakub Trllo
f0d12503a7
fix client versions
2024-06-10 11:12:38 +02:00
Jakub Trllo
b6d7bd949a
bump versions
2024-06-10 11:06:49 +02:00