Commit graph

231 commits

Author SHA1 Message Date
Jakub Trllo
8b6561ef91 removed dependencies related to already separated addons 2023-12-19 18:30:22 +01:00
Ondřej Samohel
cd2e907dc2
🐛 fix AYON settings for Maya workspace 2023-12-18 17:06:40 +01:00
Petr Kalis
8c387c3043
Photoshop: fix Collect Color Coded settings (#6065)
* OP-7609 - fix Photoshop publish plugin model

Was causing issues when saving settings for `Collect Color Coded Instances`

* OP-7609 - bump up version for Photoshop addon

Caused by change of Settings model.
2023-12-18 16:39:29 +01:00
Sponge96
9711900309
Fusion: Project/User option for output format (create_saver) (#6045)
* feat: schema for saver output extensions

* feat: saver output ext option added

* fix: typo on dict get

* feat: added tiff

* fix: typo on fetching default attr

* Transfered new Settings to Ayon

---------

Co-authored-by: Jack P <jack.p@random42.com>
Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-12-14 12:48:16 +01:00
MustafaJafar
69ed6f5d20 resolve hound - Remove redundant white space 2023-12-11 13:00:32 +02:00
MustafaJafar
b6291e2b67 bump houdini addon patch version 2023-12-11 12:51:08 +02:00
MustafaJafar
3de0c8ed66 add missing settings 2023-12-11 12:50:47 +02:00
Kayla Man
58001ee12e make sure some extractor not active while some active and all enabled 2023-12-08 01:40:59 +08:00
Kayla Man
b57d585d9f add extract alembic and extract max raw scene 2023-12-08 00:47:41 +08:00
Kayla Man
d9b18cc0f9 add extract model and extract max scene 2023-12-08 00:47:09 +08:00
Kayla Man
b48253739a add the AYON/OP settings to enable extractor for model family in 3dsmax 2023-12-07 23:33:56 +08:00
Jakub Jezek
7449f27855
Update IntermediateOutputModel in publish_plugins.py
- Set read_raw switch to False
- Set viewer_process_override to an empty string
- Set bake_viewer_process to True
- Set bake_viewer_input_process to True
- Set extension to `mov` by default
2023-12-07 14:26:53 +01:00
Jakub Jezek
fa1286495a
Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow 2023-12-07 14:07:02 +01:00
Jakub Ježek
b5914a92dc
Merge pull request #6023 from ynput/chore/bump_deadline_addon
Deadline: Bump version because of Settings changes for Deadline
2023-12-07 13:19:13 +01:00
Jakub Jezek
d5c5f4f9aa
Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow 2023-12-07 13:15:07 +01:00
Milan Kolar
d0967dd941
Merge pull request #5983 from ynput/enhancement/default_settings_update 2023-12-07 13:07:49 +01:00
Petr Kalis
5ea8beb8ae Bump version because of Settings changes for Deadline 2023-12-07 12:27:02 +01:00
Jakub Jezek
fafb34ffc0
Update Ayon settings and Nuke server version
- Updated Ayon settings to remove the 'ExtractThumbnail' schema in v3
- Updated Nuke server version from 0.1.6 to 0.1.7
2023-12-07 11:06:30 +01:00
Jakub Jezek
50c0609a45
hound 2023-12-06 22:55:57 +01:00
Jakub Jezek
b97c943b00
feat: Update Ayon settings and publish plugins
- Updated Ayon settings to fix issues with the ExtractThumbnail plugin.
- Fixed display and view at oiio defaults in the ExtractThumbnail plugin.
- Fixed target size in the ExtractThumbnail plugin.
- Fixed background color in the ExtractThumbnail plugin.

Also, updated server version to 0.1.4.
2023-12-06 22:50:30 +01:00
Milan Kolar
96f44bf61d Merge branch 'enhancement/default_settings_update' of https://github.com/ynput/OpenPype into enhancement/default_settings_update 2023-12-06 18:18:56 +01:00
Milan Kolar
8bcd4b793a add studio SW example 2023-12-06 17:51:03 +01:00
Milan Kolar
26de73ca1a typo 2023-12-06 17:12:44 +01:00
Milan Kolar
22ae462be2
Merge branch 'develop' into enhancement/default_settings_update 2023-12-06 16:58:24 +01:00
Petr Kalis
f9509f3613
Deadline: correct webservice couldn't be selected in Ayon (#6007)
* Refactor necessary for Ayon changes in Setting model

* Removed unnecessary configuration

MongoDB is not a thing in Ayon.

* Changed DL model to use dynamic enum

Enum values are set in Studio Settings, in Project settings will be selected from.
Used this way to be close to OP variant and support both until OP is deprecated.

* Hound

* Refactor with use of AYON_SERVER_ENABLED

This will make it simpler to remove obsolete code in the future.

---------

Co-authored-by: Libor Batek <112623825+LiborBatek@users.noreply.github.com>
2023-12-06 16:40:24 +01:00
Milan Kolar
74a949685e new defaults for AYON 2023-12-06 16:37:27 +01:00
Kayla Man
d700e4eb43
Merge branch 'develop' into enhancement/rename_maya_openpype_tools 2023-12-05 20:10:17 +08:00
Petr Kalis
a557b8b5e3
Wrap: new integration (#5823)
* Added Wrap to applications

* Added icon

* Added wrap to template pre hooks

Needed to copy template as new workfile.
Needed to open Wrap with workfile.
2023-12-05 13:04:32 +01:00
Petr Kalis
1721563a5f
Photoshop: Fix removed unsupported Path (#5996)
* Fix removed unsupported Path

Path is not json serializable by default, it is not necessary, better model reused.

* Fix wrong key

Must be 'path', not 'template_path' as workfile builder expects the former one.
2023-12-04 18:28:08 +01:00
Kayla Man
0ce9af3f83 increment version 2023-12-04 21:25:38 +08:00
Kayla Man
4076968581 rename openpype tools as custom tools 2023-12-04 21:23:59 +08:00
Jakub Ježek
a9301d400b
Merge pull request #5976 from ynput/enhancement/nuke-rename-custom-tools-menu
Hiero: custom tools menu rename
2023-12-04 13:34:32 +01:00
Petr Kalis
c62edc1c04
Updated label (#5980) 2023-12-04 11:26:07 +01:00
murphy
38a58891e3
Merge pull request #5977 from ynput/enhancement/nuke-rename-custom-tools
nuke: updating name for custom tools menu item
2023-12-01 10:56:43 +01:00
Simone Barbieri
dc033d283e Changed the labels for layout json extractor 2023-11-30 16:21:11 +01:00
Jakub Jezek
8449f0468f
hound 2023-11-30 14:39:26 +01:00
Jakub Jezek
4c9adaf2e8
nuke: updating name for custom tools menu item 2023-11-30 14:36:38 +01:00
Jakub Jezek
8c87b9963d
script menu name change in server addon 2023-11-30 14:22:32 +01:00
Libor Batek
68161692f3
Merge pull request #5949 from ynput/bugfix/OP-7378-blender-deadline_chunk_size_issue
Blender: Fix Deadline Frames per task
2023-11-29 12:15:20 +01:00
Simone Barbieri
5162d8e407 Added Delay option 2023-11-24 12:20:38 +00:00
Kayla Man
182287c032 resolve conflict 2023-11-24 12:56:17 +08:00
Jakub Jezek
619b4ccafc
ayon-nuke: removing extract thumbnail from settings 2023-11-21 17:38:43 +01:00
Jakub Trllo
f78f9c98f3 added harmony and flame to skipped addons 2023-11-21 11:07:10 +01:00
Kayla Man
07d00ee787
Chore: Substance Painter Addons for Ayon (#5914)
* Substance Painter Addons for Ayon

* hound

* make sure the class name is SubstancePainterAddon

* use AYON as tab menu name when it is launched with AYON

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-11-20 14:30:09 +01:00
Kayla Man
1646d3a12b
Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins 2023-11-17 22:11:28 +08:00
Jakub Ježek
45197364c6
Merge pull request #5906 from ynput/enhancement/OP-7197_nuke-default-colorspace-settings
Nuke: updated colorspace settings
2023-11-16 12:57:52 +01:00
Kayla Man
45f0e8de59 Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins 2023-11-15 21:05:25 +08:00
Kayla Man
0494d908c7
Merge branch 'develop' into enhancement/OP-7280_3dsmax-Incorporate-settings-for-Review-feature-into-Project-Settings-acting-as-defaults-for-Review 2023-11-14 16:49:56 +08:00
Kayla Man
7a778b3a83 hound 2023-11-13 20:57:20 +08:00
Kayla Man
a4cbd80fa2 variable renaming & not using classmethod for apply_settings 2023-11-13 20:56:41 +08:00