Blender V4.3
blender::ed::sculpt_paint::mask_cc::LocalData Struct Reference

Public Attributes

Vector< float3positions
 
Vector< floatfactors
 
Vector< floatdistances
 
Vector< floatcurrent_masks
 
Vector< floatnew_masks
 

Detailed Description

Definition at line 30 of file editors/sculpt_paint/brushes/mask.cc.

Member Data Documentation

◆ current_masks

Vector<float> blender::ed::sculpt_paint::mask_cc::LocalData::current_masks

Definition at line 34 of file editors/sculpt_paint/brushes/mask.cc.

◆ distances

Vector<float> blender::ed::sculpt_paint::mask_cc::LocalData::distances

Definition at line 33 of file editors/sculpt_paint/brushes/mask.cc.

◆ factors

Vector<float> blender::ed::sculpt_paint::mask_cc::LocalData::factors

Definition at line 32 of file editors/sculpt_paint/brushes/mask.cc.

◆ new_masks

Vector<float> blender::ed::sculpt_paint::mask_cc::LocalData::new_masks

Definition at line 35 of file editors/sculpt_paint/brushes/mask.cc.

◆ positions

Vector<float3> blender::ed::sculpt_paint::mask_cc::LocalData::positions

Definition at line 31 of file editors/sculpt_paint/brushes/mask.cc.


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