Blender  V3.3
DNA_asset_defaults.h File Reference

Go to the source code of this file.

Macros

Asset Struct
#define _DNA_DEFAULT_AssetMetaData
 
#define _DNA_DEFAULT_AssetLibraryReference
 

Macro Definition Documentation

◆ _DNA_DEFAULT_AssetLibraryReference

#define _DNA_DEFAULT_AssetLibraryReference
Value:
{ \
/* Not needed really (should be ignored for #ASSET_LIBRARY_LOCAL), but helps debugging. */ \
.custom_library_index = -1, \
}
@ ASSET_LIBRARY_LOCAL

Definition at line 21 of file DNA_asset_defaults.h.

◆ _DNA_DEFAULT_AssetMetaData

#define _DNA_DEFAULT_AssetMetaData
Value:
{ \
0 \
}

Definition at line 16 of file DNA_asset_defaults.h.