|
Blender V5.0
|
#include <BKE_bake_items.hh>
Inherits blender::bke::bake::BakeItem.
Public Member Functions | |
| AttributeBakeItem (std::string name) | |
| StringRefNull | name () const |
| Public Member Functions inherited from blender::bke::bake::BakeItem | |
| virtual | ~BakeItem ()=default |
| virtual void | count_memory (MemoryCounter &memory) const |
Additional Inherited Members | |
| Public Attributes inherited from blender::bke::bake::BakeItem | |
| std::string | name |
References a field input/output that becomes an attribute as part of the simulation state. The attribute is actually stored in a GeometryBakeItem, so this just references the attribute's name.
Definition at line 84 of file BKE_bake_items.hh.
|
inline |
Definition at line 89 of file BKE_bake_items.hh.
References name().
|
inline |
Definition at line 91 of file BKE_bake_items.hh.
Referenced by AttributeBakeItem().