Commit graph

21 commits

Author SHA1 Message Date
Jakub Trllo
7be9463e51 removed djvview group from default applications
the djvview does not have model and is unused, probably forgotten
2024-02-01 15:48:43 +01:00
Jakub Trllo
f39c6e9ef9 formatting changes 2024-01-26 18:01:18 +01:00
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
Toke Stuart Jepsen
b7557c7543 Increment version 2024-01-17 09:12:14 +00:00
Toke Stuart Jepsen
e9be330393 Add Linux arguments. 2024-01-15 14:56:29 +00:00
Toke Stuart Jepsen
190840fe05 Missing nuke family Windows arguments 2024-01-15 12:16:50 +00:00
Milan Kolar
26de73ca1a typo 2023-12-06 17:12:44 +01:00
Milan Kolar
74a949685e new defaults for AYON 2023-12-06 16:37:27 +01: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
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
Ondřej Samohel
c61a601c78
🐛 fix key in applicaiton json (#5787)
`maya` was wrongly used instead of `mayapy`, breaking AYON defaults
2023-10-18 12:35:21 +02:00
Milan Kolar
bcb9ee12aa
Merge pull request #5674 from tokejepsen/enhancement/maya_supported_versions 2023-10-17 08:19:09 +02:00
Jakub Trllo
2afc95f514 bump version 2023-10-16 17:39:53 +02:00
Jakub Trllo
9cd8c864eb fix default factory of tools 2023-10-16 17:37:50 +02:00
Toke Stuart Jepsen
f2772d5857 AYON settings 2023-10-09 17:41:35 +01:00
Jakub Trllo
9c543d12dd
AYON: Small settings fixes (#5699)
* add label to nuke 13-0 variant

* make 'ExtractReviewIntermediates' settings backwards compatible

* add remaining labels for '13-0' variants
2023-10-05 14:44:13 +02:00
Toke Stuart Jepsen
308d54ba26 Ayon settings 2023-10-03 08:48:51 +01:00
Kayla Man
6ae58875b5
3dsMax: Settings for Ayon (#5388)
* 3dsmax settings for ayon

* lower version to '0.1.0'

* remove arguments from max application settings

* RenderSettings instead of render_settings for max

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-08-17 10:57:00 +02:00
Jakub Trllo
86f39e8e8f
Applications: Attributes creation (#5408)
* merge applications and tools from all addon versions into one big set

* bump applications version to '0.1.1'

* impemented 'pre_setup' to fix old versions of applications addon

* Fix version access
2023-08-04 14:58:50 +02: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