BrushCurvesSculptSettings(bpy_struct)
base class — bpy_struct
- class bpy.types.BrushCurvesSculptSettings(bpy_struct)
- add_amount
Number of curves added by the Add brush
- Type
int in [1, inf], default 0
- curve_length
Length of newly added curves when it is not interpolated from other curves
- Type
float in [0, inf], default 0.0
- interpolate_length
Use length of the curves in close proximity
- Type
boolean, default False
- interpolate_shape
Use shape of the curves in close proximity
- Type
boolean, default False
- minimum_length
Avoid shrinking curves shorter than this length
- Type
float in [0, inf], default 0.0
- scale_uniform
Grow or shrink curves by changing their size uniformly instead of using trimming or extrapolation
- Type
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References