Blender
V3.3
|
#include <BKE_asset.h>
Public Attributes | |
PreSaveFn | pre_save_fn |
Definition at line 28 of file BKE_asset.h.
PreSaveFn AssetTypeInfo::pre_save_fn |
For local assets (assets in the current .blend file), a callback to execute before the file is saved.
Definition at line 33 of file BKE_asset.h.
Referenced by ED_assets_pre_save().