ayon-core/openpype/settings
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
..
defaults Maya: allow not creation of group for Import loaders (#5427) 2023-08-11 16:12:05 +02:00
entities Maya: allow not creation of group for Import loaders (#5427) 2023-08-11 16:12:05 +02:00
__init__.py settings have function to receive global settings 2022-10-25 16:46:03 +02:00
ayon_settings.py Maya: allow not creation of group for Import loaders (#5427) 2023-08-11 16:12:05 +02:00
constants.py removed logic related to env groups 2022-04-20 14:20:33 +02:00
exceptions.py
handlers.py Chore: Remove deprecated functions (#5323) 2023-07-25 16:19:14 +02:00
lib.py General: Connect to AYON server (base) (#3924) 2023-07-11 17:50:50 +02:00
local_settings.md