Blender V4.3
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 787 of file DNA_userdef_types.h.

Member Data Documentation

◆ enabled_catalog_paths

ListBase bUserAssetShelfSettings::enabled_catalog_paths

◆ next

struct bUserAssetShelfSettings* bUserAssetShelfSettings::next

Definition at line 788 of file DNA_userdef_types.h.

◆ prev

struct bUserAssetShelfSettings * bUserAssetShelfSettings::prev

Definition at line 788 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 791 of file DNA_userdef_types.h.


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