|
Blender V4.3
|
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 700 of file attribute_access.cc.
|
inline |
Definition at line 705 of file attribute_access.cc.
| bool blender::bke::FinishCallChecker::finish_called = false |
Definition at line 702 of file attribute_access.cc.
| std::string blender::bke::FinishCallChecker::name |
Definition at line 701 of file attribute_access.cc.
| std::function<void()> blender::bke::FinishCallChecker::real_finish_fn |
Definition at line 703 of file attribute_access.cc.