Blender V5.0
bUserAssetShelfSettings Struct Reference

#include <DNA_userdef_types.h>

Public Attributes

struct bUserAssetShelfSettingsnext
struct bUserAssetShelfSettingsprev
char shelf_idname [64]
ListBase enabled_catalog_paths

Detailed Description

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 268 of file DNA_userdef_types.h.

Member Data Documentation

◆ enabled_catalog_paths

◆ next

struct bUserAssetShelfSettings* bUserAssetShelfSettings::next

Definition at line 269 of file DNA_userdef_types.h.

◆ prev

struct bUserAssetShelfSettings * bUserAssetShelfSettings::prev

Definition at line 269 of file DNA_userdef_types.h.

◆ shelf_idname

char bUserAssetShelfSettings::shelf_idname[64]

Identifier that matches the AssetShelfType.idname of the shelf these settings apply to.

Definition at line 272 of file DNA_userdef_types.h.

Referenced by asset_shelf_settings_new().


The documentation for this struct was generated from the following file: