AssetMetaData(bpy_struct)¶
base class — bpy_struct
- class bpy.types.AssetMetaData(bpy_struct)¶
Additional data stored for an asset data-block
- active_tag¶
Index of the tag set for editing
- Type
int in [-32768, 32767], default 0
- description¶
A description of the asset to be displayed for the user
- Type
string, default “”, (never None)
- tags¶
Custom tags (name tokens) for the asset, used for filtering and general asset management
- Type
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None)¶
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References