Commit graph

20 commits

Author SHA1 Message Date
Jakub Trllo
3ea4c29d0f use 'SettingsField' from ayon server instead of 'Field' from pydantic
This is preparation for new version of pydantic which will require to customize the field for AYON purposes and raw pydantic Field could not be used.
2024-01-26 12:59:18 +01:00
Jakub Ježek
5761c4e5d0
Update server_addon/deadline/server/version.py 2024-01-18 16:15:31 +01:00
Toke Stuart Jepsen
86a0678f3c Merge branch 'develop' into enhancement/OP-7940_render_workfile_attributes
# Conflicts:
#	server_addon/deadline/server/version.py
2024-01-18 14:46:14 +00:00
Toke Stuart Jepsen
423df8d1fd Fix settings defaults. 2024-01-18 14:44:42 +00:00
Toke Stuart Jepsen
6591d883e4 Correct version increment 2024-01-18 14:43:20 +00:00
Toke Stuart Jepsen
38eb8e0ae3 initial working version 2024-01-17 11:31:29 +00:00
Kayla Man
5bdad2b37c bug fix the limit groups from maya deadline settings unabled to be set by the username and error out 2024-01-16 21:36:04 +08:00
Ondřej Samohel
fd87751c36
🎨 add split export support for redshift 2024-01-06 00:01:14 +01:00
Petr Kalis
5ea8beb8ae Bump version because of Settings changes for Deadline 2023-12-07 12:27:02 +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
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
6e9c3b2278
deadline: settings are not blocking extension input 2023-11-03 15:06:59 +01:00
Petr Kalis
52c65c9b6c
Fusion: implement toggle to use Deadline plugin FusionCmd (#5678)
* OP-6971 - changed DL plugin to FusionCmd

Fusion 17 doesn't work in DL 10.3, but FusionCmd does. It might be probably better option as headless variant.

* OP-6971 - added dropdown to Project Settings

* OP-6971 - updated settings for Ayon

* OP-6971 - added default

* OP-6971 - bumped up version

* Update openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-10-05 16:03:56 +02:00
Kayla Man
5e5db076d1 remove unrelated codes to this pull request 2023-09-21 11:42:42 +08:00
Simone Barbieri
96638726a9 Produce reviews for the beauty render when publishing 2023-09-15 13:09:32 +01:00
Simone Barbieri
0f1bf31f69 Updated settings for Ayon 2023-08-24 15:33:16 +01:00
Jakub Trllo
b43cac0b51
AYON: Addons creation enhancements (#5356)
* updated nuke settings

* added addon version to zip filename

* fix Pattern type hint

* added ignored subdirs for openpype

* added titles to addons

* type hint fix - again

* modified settings conversion

* updated aftereffects settings

* updated blender settings

* updated clockify settings

* updated core settings

* updated deadline settings

* updated harmo settings

* updated kistsu settings

* updated maya settings

* updated muster settings

* updated royal render settings

* updated timers manager settings

* updated traypublisher settings

* implemented conversion of rr paths

* formatting fix
2023-07-28 11:51:23 +02:00
Jakub Trllo
2b37b8af48
AYON: Addon settings in OpenPype (#5347)
* copied addons from 'ayon-addon-settings'

* added AE, photoshop and harmony addon

* moved openpype to subfolder

* cleanup repository files

* updated create package script and README.md

* formatting fixes

* added cli flags to be able keep server structure

* print progress and output dir

* another formatting fixes
2023-07-26 14:08:42 +02:00