Blender
V3.3
|
Public Member Functions | |
void | operator() (const bContext &C, PointerRNAVec &ids) |
void | reportResults (ReportList &reports) const |
bool | wasSuccessful () const |
Definition at line 120 of file asset_ops.cc.
void AssetMarkHelper::operator() | ( | const bContext & | C, |
PointerRNAVec & | ids | ||
) |
Definition at line 137 of file asset_ops.cc.
References ID::asset_data, BLI_assert, C, PointerRNA::data, ED_asset_generate_preview(), ED_asset_mark_id(), id, ptr, RNA_struct_is_ID(), and PointerRNA::type.
void AssetMarkHelper::reportResults | ( | ReportList & | reports | ) | const |
Definition at line 162 of file asset_ops.cc.
References BKE_report(), BKE_reportf(), RPT_ERROR, and RPT_INFO.
Referenced by asset_mark_exec().
bool AssetMarkHelper::wasSuccessful | ( | ) | const |
Definition at line 157 of file asset_ops.cc.
Referenced by asset_mark_exec().