|
Blender V5.0
|
#include <BKE_attribute.hh>
Public Member Functions | |
| operator bool () const | |
| void | finish () |
| template<typename T> | |
| AttributeWriter< T > | typed () const |
Public Attributes | |
| GVMutableArray | varray |
| AttrDomain | domain |
| std::function< void()> | tag_modified_fn |
A generic version of AttributeWriter.
Definition at line 366 of file BKE_attribute.hh.
|
inline |
Definition at line 376 of file BKE_attribute.hh.
References tag_modified_fn.
Referenced by BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(), blender::ed::greasepencil::copy_layer_and_frames_to_target_object(), paintface_mouse_select(), blender::nodes::store_computed_output_attributes(), transform_active_color_data(), and vertex_paint_from_weight().
|
inline |
Definition at line 371 of file BKE_attribute.hh.
|
inline |
Definition at line 383 of file BKE_attribute.hh.
References domain, T, tag_modified_fn, and varray.
Referenced by blender::bke::MutableAttributeAccessor::lookup_for_write(), and blender::bke::MutableAttributeAccessor::lookup_or_add_for_write().
| AttrDomain blender::bke::GAttributeWriter::domain |
Definition at line 368 of file BKE_attribute.hh.
Referenced by BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(), transform_active_color_data(), typed(), and vertex_paint_from_weight().
| std::function<void()> blender::bke::GAttributeWriter::tag_modified_fn |
Definition at line 369 of file BKE_attribute.hh.
Referenced by finish(), blender::bke::MutableAttributeAccessor::lookup_for_write(), and typed().
| GVMutableArray blender::bke::GAttributeWriter::varray |
Definition at line 367 of file BKE_attribute.hh.
Referenced by BKE_mesh_mirror_apply_mirror_on_axis_for_modifier(), blender::ed::greasepencil::copy_layer_and_frames_to_target_object(), blender::bke::MutableAttributeAccessor::lookup_for_write(), blender::nodes::store_computed_output_attributes(), transform_active_color_data(), typed(), and vertex_paint_from_weight().