Blender V4.3
BrushCurvesSculptSettings Struct Reference

#include <DNA_brush_types.h>

Public Attributes

int add_amount
 
int points_per_curve
 
uint32_t flag
 
float minimum_length
 
float curve_length
 
float minimum_distance
 
float curve_radius
 
int density_add_attempts
 
uint8_t density_mode
 
char _pad [7]
 
struct CurveMappingcurve_parameter_falloff
 

Detailed Description

Definition at line 144 of file DNA_brush_types.h.

Member Data Documentation

◆ _pad

char BrushCurvesSculptSettings::_pad[7]

Definition at line 163 of file DNA_brush_types.h.

◆ add_amount

int BrushCurvesSculptSettings::add_amount

Number of curves added by the add brush.

Definition at line 146 of file DNA_brush_types.h.

Referenced by blender::ed::sculpt_paint::AddOperationExecutor::execute().

◆ curve_length

float BrushCurvesSculptSettings::curve_length

Length of newly added curves when it is not interpolated from other curves.

Definition at line 154 of file DNA_brush_types.h.

Referenced by blo_do_versions_300(), and blender::ed::sculpt_paint::AddOperationExecutor::execute().

◆ curve_parameter_falloff

◆ curve_radius

float BrushCurvesSculptSettings::curve_radius

The initial radius of curve.

Definition at line 158 of file DNA_brush_types.h.

Referenced by blender::ed::sculpt_paint::AddOperationExecutor::execute().

◆ density_add_attempts

int BrushCurvesSculptSettings::density_add_attempts

◆ density_mode

uint8_t BrushCurvesSculptSettings::density_mode

◆ flag

◆ minimum_distance

◆ minimum_length

float BrushCurvesSculptSettings::minimum_length

When shrinking curves, they shouldn't become shorter than this length.

Definition at line 152 of file DNA_brush_types.h.

Referenced by blender::ed::sculpt_paint::ScaleCurvesEffect::execute().

◆ points_per_curve

int BrushCurvesSculptSettings::points_per_curve

Number of control points in new curves added by the add brush.

Definition at line 148 of file DNA_brush_types.h.

Referenced by blender::ed::sculpt_paint::AddOperationExecutor::execute().


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