Blender
V3.3
|
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 AssetTag * | next |
struct AssetTag * | prev |
char | name [64] |
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.
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().
struct AssetTag* AssetTag::next |
Definition at line 23 of file DNA_asset_types.h.
struct AssetTag * AssetTag::prev |
Definition at line 23 of file DNA_asset_types.h.