|
Blender
V2.93
|
Public Member Functions | |
| void | operator() (const bContext &C, PointerRNAVec &ids) |
| void | reportResults (ReportList &reports) const |
| bool | wasSuccessful () const |
Definition at line 69 of file asset_ops.cc.
| void AssetMarkHelper::operator() | ( | const bContext & | C, |
| PointerRNAVec & | ids | ||
| ) |
Definition at line 86 of file asset_ops.cc.
References ID::asset_data, BLI_assert, C, PointerRNA::data, ED_asset_mark_id(), id, ptr, RNA_struct_is_ID(), and PointerRNA::type.
| void AssetMarkHelper::reportResults | ( | ReportList & | reports | ) | const |
Definition at line 109 of file asset_ops.cc.
References BKE_report(), BKE_reportf(), RPT_ERROR, RPT_INFO, and wasSuccessful().
Referenced by asset_mark_exec().
| bool AssetMarkHelper::wasSuccessful | ( | ) | const |
Definition at line 104 of file asset_ops.cc.
Referenced by asset_mark_exec(), and reportResults().