Commit graph

39908 commits

Author SHA1 Message Date
MustafaJafar
a4d62092c1 add 'ExtractLastPublished' 2024-06-14 23:16:12 +03:00
MustafaJafar
3551811380 add intspan 2024-06-14 23:15:27 +03:00
Jakub Trllo
0490ab315c
Merge pull request #621 from ynput/enhancement/applications-addon-decouple
Chore: Applications addon decouple of logic
2024-06-14 17:02:11 +02:00
Jakub Trllo
0a98241e0e
Merge branch 'develop' into enhancement/applications-addon-decouple 2024-06-14 15:51:42 +02:00
Jakub Trllo
13168b4c5d
Merge pull request #649 from ynput/enhancement/set-version-works-for-all-selection
Scene Inventory tool: Set version dialog can change version for whole selection
2024-06-14 13:41:00 +02:00
Jakub Trllo
6461d1ba4f
Merge branch 'develop' into enhancement/set-version-works-for-all-selection 2024-06-14 13:40:26 +02:00
Jakub Trllo
c4c8b15fd5
Merge pull request #633 from ynput/bugfix/remove-addon-from-python-path-on-update
Tray: Cleanup PYTHONPATH from existing addons on update
2024-06-14 12:56:46 +02:00
Jakub Ježek
a7dc724639
Merge branch 'develop' into bugfix/remove-addon-from-python-path-on-update 2024-06-14 12:50:36 +02:00
Jakub Ježek
52ec8d5028
Merge pull request #613 from ynput/enhancement/AY-5270_Nuke-Enhance-Viewer-process-override-with-colorspace-display-view
Nuke: Enhance Viewer process override with colorspace, display-view
2024-06-14 12:31:13 +02:00
Jakub Ježek
48aecf846d
Merge branch 'develop' into enhancement/AY-5270_Nuke-Enhance-Viewer-process-override-with-colorspace-display-view 2024-06-14 12:25:22 +02:00
Jakub Jezek
768afdb2d8
Update imageio and viewer settings to version 0.2.3,
refactor functions for consistency.
2024-06-14 12:25:11 +02:00
Jakub Ježek
a33758792c
Update server_addon/nuke/client/ayon_nuke/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-06-14 12:22:42 +02:00
Jakub Ježek
0e1c0c506f
Update server_addon/nuke/client/ayon_nuke/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-06-14 12:22:30 +02:00
Ondřej Samohel
8e96c86756
Merge pull request #644 from ynput/bugfix/AY-5777_HDA-products-different-folder-paths-same-product-name
Houdini: Publish different HDA products from different folder paths with the same product name
2024-06-14 12:02:09 +02:00
Ondřej Samohel
dcdf008f5c
Merge branch 'develop' into bugfix/AY-5777_HDA-products-different-folder-paths-same-product-name 2024-06-14 12:01:44 +02:00
Jakub Ježek
b7afaea600
Merge pull request #458 from ynput/feature/AY-742_copy-to-breakdown-project
Nuke: Push to project - AY-742
2024-06-14 11:44:35 +02:00
Jakub Jezek
4c8a6f07ff
Remove unused process_workfile_builder function from pipeline module
The commit removes the unused process_workfile_builder function from the pipeline module.
2024-06-14 11:42:42 +02:00
Jakub Jezek
9f85d4a240
Remove unnecessary callback for workfile builder in pipeline.py.
Improve script load settings.
2024-06-14 11:41:29 +02:00
Jakub Jezek
8c5f46dc13
Refactor saving and opening workfiles, display push message.
- Refactored saving and opening workfiles in `main()` function.
- Display a message indicating the pushed workfile path after pushing to project.
2024-06-14 11:41:11 +02:00
Jakub Trllo
d59ea421a0 set version dialog can change version for whole selection 2024-06-14 11:32:29 +02:00
Jakub Jezek
7e7995baf9
Merge branch 'develop' into feature/AY-742_copy-to-breakdown-project 2024-06-14 11:18:41 +02:00
Jakub Trllo
b173b4aa1c
Merge pull request #640 from ynput/bugfix/workfiles-tool-shows-users-for-artists
Workfiles tool: Artists can see users
2024-06-14 10:51:22 +02:00
Jakub Trllo
577a6873fc
Merge branch 'develop' into bugfix/workfiles-tool-shows-users-for-artists 2024-06-14 10:29:11 +02:00
Jakub Trllo
76039e4476
Merge pull request #647 from ynput/bugfix/workfiles-tool-task-selection-issue
Workfiles tool: Context selection is properly propagated to workarea
2024-06-14 10:10:14 +02:00
Jakub Jezek
87ecae829e
linting fix 2024-06-13 23:17:26 +02:00
Jakub Jezek
eb672f534f
linting fixes 2024-06-13 23:16:28 +02:00
Jakub Jezek
5e4bc0b51b
Formatting of display and view profiles with anatomy data.
Remove unused imports, refactor knob creation and updating functions, improve logging messages for better clarity, update
2024-06-13 22:55:36 +02:00
MustafaJafar
f8e928f36c raise LoadError instead of RuntimeError 2024-06-13 19:37:48 +03:00
Jakub Jezek
2d13f9787f
Update set_viewers_colorspace method to
handle imageio_nuke dictionary, refactor ExporterReviewMov class to support different colorspaces for baking, and adjust settings in PublishPluginsModel.
2024-06-13 17:27:23 +02:00
Jakub Trllo
ad23386d18 fix create new workfile 2024-06-13 17:16:15 +02:00
Jakub Trllo
43713d7ac0 define id of workfile entity for updates 2024-06-13 17:16:08 +02:00
Jakub Trllo
eb124b54ad use task name as source of truth from ui 2024-06-13 17:01:46 +02:00
Jakub Jezek
4a80413232
Merge branch 'develop' into enhancement/AY-5270_Nuke-Enhance-Viewer-process-override-with-colorspace-display-view 2024-06-13 15:30:27 +02:00
Jakub Jezek
84616064dc
settings conversions
Refactor settings conversions for better viewer configuration handling.

- Added `_isGroup` attribute to models
- Implemented functions to extract display and viewer from strings
- Updated conversion functions for imageio settings
2024-06-13 15:30:20 +02:00
Jakub Trllo
3d0a35d7ad
Merge pull request #646 from ynput/bugfix/burnin-script-shell
Chore: Burnin script shell execution
2024-06-13 11:43:36 +02:00
Jakub Trllo
4cd3f2e4ba
Merge branch 'develop' into bugfix/burnin-script-shell 2024-06-13 11:25:07 +02:00
Kayla Man
1de9e6526c
Merge pull request #631 from ynput/bugfix/incorrect_fps_max_point_cache_loader
Max: fix the incorrect fps value when loading point cache
2024-06-13 16:47:36 +08: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
0f350d3704 try to auto-fix shell true 2024-06-12 19:01:23 +02:00
MustafaJafar
cc6c24c982 use the first hda_def instead of using a for loop 2024-06-12 18:29:38 +03:00
Jakub Jezek
abf4a1ff85
Merge branch 'develop' into enhancement/AY-5270_Nuke-Enhance-Viewer-process-override-with-colorspace-display-view 2024-06-12 17:25:46 +02:00
MustafaJafar
f464d19032 use the folder_path argument instead of get_current_folder_path() 2024-06-12 18:15:04 +03:00
Jakub Trllo
21d8dbe96e
Merge branch 'develop' into bugfix/workfiles-tool-shows-users-for-artists 2024-06-12 16:55:09 +02:00
Jakub Trllo
2c5dda1c3d
Merge pull request #645 from ynput/bugfix/fix-ruff
Resolve: Remove unused import
2024-06-12 16:54:34 +02:00
Jakub Trllo
513826d608 remove unused import 2024-06-12 16:52:44 +02:00
Jakub Trllo
a5ba2ce5c8
fix cache invalidation
Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
2024-06-12 16:47:29 +02:00
Jakub Ježek
05b2b78456
Merge pull request #140 from ynput/enhancement/AY-2612-resolve-adaptation-colorbleed-plugins
Resolve: mediapool loader and inventory clearing plugins
2024-06-12 16:25:16 +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
2ed3a4376b
Merge pull request #642 from ynput/enhancement/hero-version-is-smaller
Loader tool: Hero version is smaller than standard version
2024-06-12 16:21:09 +02:00