Blender V5.0
blender::ed::sculpt_paint::ShapeKeyData Struct Reference

#include <sculpt_intern.hh>

Static Public Member Functions

static std::optional< ShapeKeyDatafrom_object (Object &object)

Public Attributes

MutableSpan< float3active_key_data
bool basis_key_active
Vector< MutableSpan< float3 > > dependent_keys

Detailed Description

Contains shape key array data for quick access for deformation.

Definition at line 70 of file sculpt_intern.hh.

Member Function Documentation

◆ from_object()

Member Data Documentation

◆ active_key_data

MutableSpan<float3> blender::ed::sculpt_paint::ShapeKeyData::active_key_data

Definition at line 71 of file sculpt_intern.hh.

◆ basis_key_active

bool blender::ed::sculpt_paint::ShapeKeyData::basis_key_active

Definition at line 72 of file sculpt_intern.hh.

◆ dependent_keys

Vector<MutableSpan<float3> > blender::ed::sculpt_paint::ShapeKeyData::dependent_keys

Definition at line 73 of file sculpt_intern.hh.


The documentation for this struct was generated from the following files: