|
Blender V4.3
|
#include <DNA_userdef_types.h>
Public Attributes | |
| struct bUserAssetShelfSettings * | next |
| struct bUserAssetShelfSettings * | prev |
| char | shelf_idname [64] |
| ListBase | enabled_catalog_paths |
Settings for an asset shelf, stored in the Preferences. Most settings are still stored in the asset shelf instance in AssetShelfSettings. This is just for the options that should be shared as Preferences.
Definition at line 787 of file DNA_userdef_types.h.
| ListBase bUserAssetShelfSettings::enabled_catalog_paths |
Definition at line 793 of file DNA_userdef_types.h.
Referenced by blender::ed::asset::shelf::get_enabled_catalog_path_list().
| struct bUserAssetShelfSettings* bUserAssetShelfSettings::next |
Definition at line 788 of file DNA_userdef_types.h.
| struct bUserAssetShelfSettings * bUserAssetShelfSettings::prev |
Definition at line 788 of file DNA_userdef_types.h.
| char bUserAssetShelfSettings::shelf_idname[64] |
Identifier that matches the AssetShelfType.idname of the shelf these settings apply to.
Definition at line 791 of file DNA_userdef_types.h.