Blender V5.0
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 137 of file DNA_brush_types.h.

Member Data Documentation

◆ _pad

char BrushCurvesSculptSettings::_pad[7]

Definition at line 156 of file DNA_brush_types.h.

◆ add_amount

int BrushCurvesSculptSettings::add_amount

Number of curves added by the add brush.

Definition at line 139 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings().

◆ curve_length

float BrushCurvesSculptSettings::curve_length

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

Definition at line 147 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings(), and blo_do_versions_300().

◆ curve_parameter_falloff

struct CurveMapping* BrushCurvesSculptSettings::curve_parameter_falloff

◆ curve_radius

float BrushCurvesSculptSettings::curve_radius

The initial radius of curve.

Definition at line 151 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings().

◆ density_add_attempts

int BrushCurvesSculptSettings::density_add_attempts

How often the Density brush tries to add a new curve.

Definition at line 153 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings().

◆ density_mode

uint8_t BrushCurvesSculptSettings::density_mode

◆ flag

uint32_t BrushCurvesSculptSettings::flag

◆ minimum_distance

◆ minimum_length

float BrushCurvesSculptSettings::minimum_length

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

Definition at line 145 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings().

◆ points_per_curve

int BrushCurvesSculptSettings::points_per_curve

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

Definition at line 141 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings().


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