Commit graph

12 commits

Author SHA1 Message Date
Roy Nieterau
c11c8a3cad Implement create_cache_instance_on_load setting for Yeti Rig loader 2024-04-19 10:51:37 +02:00
Jakub Trllo
3c73c17627 removed unused imports in settings 2024-04-10 11:03:05 +02:00
Roy Nieterau
44e89240f1 Maya: Expose loaders enabled state to settings 2024-04-03 17:05:17 +02:00
Jakub Trllo
32094aa148 fix missing import in maya addon 2024-02-15 17:15:28 +01:00
Jakub Trllo
8e9fd531d0 change color types back to their previous type 2024-02-15 10:23:56 +01:00
Jakub Trllo
b5b4ec2e80 round loader colors 2024-02-13 11:17:48 +01:00
Jakub Trllo
dcd1f0946b use load plugin colors from AYON settings 2024-02-09 16:47:00 +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
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
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