Commit graph

43 commits

Author SHA1 Message Date
Kayla Man
dbcf615453
Merge branch 'develop' into chore/fix-settings-label-for-maya-render-settings 2024-01-29 15:52:59 +08: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
58978f55d8 Increment version 2024-01-17 09:14:55 +00:00
Toke Stuart Jepsen
7c41e3346f change label to be more reable. 2024-01-16 07:46:47 +00:00
Kayla Man
f2eef86bd8
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2024-01-04 00:02:54 +08:00
Kayla Man
d351e5f174 renamed reload Textures to Load Textures 2024-01-02 22:54:22 +08:00
Kayla Man
cf29a532d2 make sure the texture only loaded when the texture is being enabled 2024-01-02 22:51:51 +08:00
Jakub Trllo
c1fbc2b6fb Merge branch 'develop' into chore/maya_remove_publish_gui_filters
# Conflicts:
#	server_addon/nuke/server/version.py
2023-12-21 12:21:51 +01:00
Kayla Man
c5674992ce Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-12-20 17:33:11 +08:00
Ondřej Samohel
cd2e907dc2
🐛 fix AYON settings for Maya workspace 2023-12-18 17:06:40 +01:00
Kayla Man
ccc95f0797 Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures 2023-12-07 22:00:38 +08:00
Milan Kolar
8bcd4b793a add studio SW example 2023-12-06 17:51:03 +01:00
Milan Kolar
74a949685e new defaults for AYON 2023-12-06 16:37:27 +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
Kayla Man
51f4d8f06f make the reload texture being optional and only enabled when the reloadTextures being enabled 2023-11-23 17:28:08 +08:00
MustafaJafar
4311f4840d bump addon versions 2023-11-08 12:38:21 +02:00
MustafaJafar
105cf5c116 fix a typo in maya ayon settings 2023-11-08 12:31:31 +02:00
Ondřej Samohel
18afb46e2c
Merge branch 'develop' into feature/OP-6460_maya-multishot-layout 2023-10-16 10:06:14 +02:00
Roy Nieterau
e4535c3250 Remove remaining traces of filters in Maya and Nuke server addons 2023-10-07 20:32:28 +02:00
Roy Nieterau
3a0f2e383a Merge remote-tracking branch 'upstream/develop' into chore/maya_remove_publish_gui_filters 2023-10-07 20:25:54 +02:00
Kayla Man
dd46d48ffc upversion for maya server addon & fix on repair action in validate resolution 2023-10-06 22:50:16 +08:00
Kayla Man
b4c0f2880a add validate resolution as parts of maya settings 2023-10-06 20:35:38 +08:00
Ondrej Samohel
cfe72fb2b2
Merge remote-tracking branch 'origin/develop' into feature/OP-6460_maya-multishot-layout 2023-10-05 13:39:37 +02:00
Roy Nieterau
8edada31a4
Merge branch 'develop' into chore/maya_remove_publish_gui_filters 2023-10-02 13:18:34 +02:00
Kayla
00131ffd15 refactor the validators for skeletonMesh and use rig validators as abstract class & minor tweak on collectors and settings 2023-10-01 20:15:22 +08:00
Kayla
6a4ab981ad add validator to make sure all nodes are refernce nodes in skeleton_Anim_SET 2023-09-25 23:00:25 +08:00
Kayla
a0d459eb69 Merge branch 'develop' into enhancement/OP-6629_Maya-Export-Rig-Animation-as-FBX 2023-09-24 13:11:37 +08:00
Kayla
b7995a41a7 enable the skeleton rig content validator and make the fbx animation collector optional and use the asset as both asset_name and asset_type data for custom subset in the loader 2023-09-20 21:26:02 +08:00
Jakub Trllo
36a8976c58
AYON: Mark deprecated settings in Maya (#5627)
* Mark color management preferences as deprecated

* add migration hint
2023-09-18 14:55:07 +02:00
Ondrej Samohel
6c8e162fa8
🎨 add settings 2023-09-14 19:27:36 +02:00
Kayla Man
e64984d510 update fbx param to support skeleton definition exports and add the optional validators to make sure it's always a top group hierarchy of the rig in the sets 2023-09-13 13:34:44 +08:00
Kayla Man
5c3f12d518 make the validators optional 2023-09-11 20:19:40 +08:00
Roy Nieterau
15631e7ba8 Bump Ayon Maya server addon version due to new settings definition 2023-09-05 14:35:25 +02:00
Roy Nieterau
cd4adfefd2 Remove Publish GUI Filter settings from Maya since new publisher doesn't support it 2023-09-05 14:34:48 +02:00
Jakub Trllo
cf8919dbc5
AYON: Update settings (#5544)
* added 3dsmax settings conversion

* added conversion of reposition knobs

* fixed matching defaults

* updated core settings

* updated aftereffects settings model
2023-08-31 17:24:52 +02:00
Petr Kalis
d0ac9c1f2e
Added missing defaults for import_loader (#5447)
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-11 18:12:29 +02:00
Petr Kalis
8b128d91bc
Maya: allow not creation of group for Import loaders (#5427)
* OP-6357 - removed unneeded import

* OP-6357 - extracted logic for getting custom group and namespace from Settings

Mimicing logic in ReferenceLoader, eg. group could be left empty >> no groupping of imported subset.

* OP-6357 - same logic for abc animation as Reference

* OP-6357 - same logic for yeti rig as ReferenceLoder

Allows to not create wrapping group.

* OP-6357 - added separate import_loader to settings

Could be used to not creating wrapping groups when Group kept empty.

* OP-6357 - added product subset conversion for ayon settings

* OP-6357 - fix using correct variable

Artist input comes from `data` not directly from self.options

* OP-6357 - add attach_to_root to options to allow control by same key

* OP-6357 - added docstring

* Added settings for Import loaders in maya

* OP-6357 - refactored formatting
2023-08-11 16:12:05 +02:00
Jakub Trllo
31969f394f
Settings: Houdini & Maya create plugin settings (#5436)
* changed 'defaults' to 'default_variants' in create templates

* use 'template_create_plugin' instead of 'schema_maya_create_render'

* resave defaults and add Main to default value

* updated AYON settings

* formatting fixes

* unified indentation

* renamed 'Default Subsets' to 'Default Variants'
2023-08-10 11:34:54 +02:00
Mustafa Zarkash
f4f1484c6a
Bugfix: update defaults to default_variants in maya and houdini OP DCC settings (#5407)
* update defaults to default_variants

* update defaults to defaults in Ayon dcc settings

* increment maya and houdini ayon addons patch version
2023-08-03 21:57:26 +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