ParticleBrush(bpy_struct)
base class — bpy_struct
- class bpy.types.ParticleBrush(bpy_struct)
Particle editing brush
- count
Particle count (in [1, 1000], default 10)
- Type:
int
- curve
(readonly)
- Type:
- length_mode
(default
'GROW')GROWGrow – Make hairs longer.SHRINKShrink – Make hairs shorter.
- Type:
Literal[‘GROW’, ‘SHRINK’]
- puff_mode
(default
'ADD')ADDAdd – Make hairs more puffy.SUBSub – Make hairs less puffy.
- Type:
Literal[‘ADD’, ‘SUB’]
- size
Radius of the brush in pixels (in [1, 32767], default 50)
- Type:
int
- steps
Brush steps (in [1, 32767], default 10)
- Type:
int
- strength
Brush strength (in [0.001, 1], default 0.5)
- Type:
float
- use_puff_volume
Apply puff to unselected end-points (helps maintain hair volume when puffing root) (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type