|
Blender V4.5
|
Public Member Functions | |
| ~FinishCallChecker () | |
Public Attributes | |
| std::string | name |
| bool | finish_called = false |
| std::function< void()> | real_finish_fn |
Debug utility that checks whether the #finish function of an #AttributeWriter has been called.
Definition at line 802 of file attribute_access.cc.
|
inline |
Definition at line 807 of file attribute_access.cc.
| bool blender::bke::FinishCallChecker::finish_called = false |
Definition at line 804 of file attribute_access.cc.
| std::string blender::bke::FinishCallChecker::name |
Definition at line 803 of file attribute_access.cc.
| std::function<void()> blender::bke::FinishCallChecker::real_finish_fn |
Definition at line 805 of file attribute_access.cc.