Blender  V3.3
Public Attributes | List of all members
AssetTag Struct Reference

User defined tag. Currently only used by assets, could be used more often at some point. Maybe add a custom icon and color to these in future? More...

#include <DNA_asset_types.h>

Public Attributes

struct AssetTagnext
 
struct AssetTagprev
 
char name [64]
 

Detailed Description

User defined tag. Currently only used by assets, could be used more often at some point. Maybe add a custom icon and color to these in future?

Definition at line 22 of file DNA_asset_types.h.

Member Data Documentation

◆ name

char AssetTag::name[64]

Definition at line 24 of file DNA_asset_types.h.

Referenced by asset_metadata_tag_add(), and BKE_asset_metadata_tag_add().

◆ next

struct AssetTag* AssetTag::next

Definition at line 23 of file DNA_asset_types.h.

◆ prev

struct AssetTag * AssetTag::prev

Definition at line 23 of file DNA_asset_types.h.


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