Blender V5.0
curves_attributes.cc File Reference

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::bke
namespace  blender::bke::curves

Functions

static void blender::bke::curves::tag_topology_changed (void *owner)
static void blender::bke::curves::tag_curve_types_changed (void *owner)
static void blender::bke::curves::tag_positions_changed (void *owner)
static void blender::bke::curves::tag_radii_changed (void *owner)
static void blender::bke::curves::tag_normals_changed (void *owner)
static void blender::bke::curves::tag_material_index_changed (void *owner)
static const auto & blender::bke::curves::changed_tags ()
static int blender::bke::curves::get_domain_size (const void *owner, const AttrDomain domain)
static GAttributeReader blender::bke::curves::reader_for_vertex_group_index (const CurvesGeometry &curves, const Span< MDeformVert > dverts, const int vertex_group_index)
static GAttributeReader blender::bke::curves::try_get_vertex_group (const void *owner, const StringRef attribute_id)
static GAttributeWriter blender::bke::curves::try_get_vertex_group_for_write (void *owner, const StringRef attribute_id)
static bool blender::bke::curves::try_delete_vertex_group (void *owner, const StringRef name)
static bool blender::bke::curves::foreach_vertex_group (const void *owner, FunctionRef< void(const AttributeIter &)> fn)
static const auto & blender::bke::curves::builtin_attributes ()
static AttributeAccessorFunctions blender::bke::curves::get_curves_accessor_functions ()
const AttributeAccessorFunctionsblender::bke::curves::get_attribute_accessor_functions ()