Blender  V3.3
Public Attributes | List of all members
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
 
int density_add_attempts
 
uint8_t density_mode
 
char _pad [7]
 

Detailed Description

Definition at line 140 of file DNA_brush_types.h.

Member Data Documentation

◆ _pad

char BrushCurvesSculptSettings::_pad[7]

Definition at line 157 of file DNA_brush_types.h.

◆ add_amount

int BrushCurvesSculptSettings::add_amount

Number of curves added by the add brush.

Definition at line 142 of file DNA_brush_types.h.

Referenced by BKE_brush_init_curves_sculpt_settings(), and 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 150 of file DNA_brush_types.h.

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

◆ density_add_attempts

int BrushCurvesSculptSettings::density_add_attempts

◆ density_mode

uint8_t BrushCurvesSculptSettings::density_mode

◆ flag

uint32_t BrushCurvesSculptSettings::flag

◆ minimum_distance

float BrushCurvesSculptSettings::minimum_distance

◆ minimum_length

float BrushCurvesSculptSettings::minimum_length

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

Definition at line 148 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 144 of file DNA_brush_types.h.

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


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