BrushCapabilitiesSculpt(bpy_struct)
base class — bpy_struct
- class bpy.types.BrushCapabilitiesSculpt(bpy_struct)
Read-only indications of which brush operations are supported by the current sculpt tool
- has_accumulate
(default False, readonly)
- Type:
bool
- has_auto_smooth
(default False, readonly)
- Type:
bool
- has_auto_smooth_pressure
(default False, readonly)
- Type:
bool
- has_color
(default False, readonly)
- Type:
bool
- has_direction
(default False, readonly)
- Type:
bool
- has_dyntopo
(default False, readonly)
- Type:
bool
- has_gravity
(default False, readonly)
- Type:
bool
- has_hardness
(default False, readonly)
- Type:
bool
- has_hardness_pressure
(default False, readonly)
- Type:
bool
- has_height
(default False, readonly)
- Type:
bool
- has_jitter
(default False, readonly)
- Type:
bool
- has_normal_radius
(default False, readonly)
- Type:
bool
- has_normal_weight
(default False, readonly)
- Type:
bool
- has_persistence
(default False, readonly)
- Type:
bool
- has_pinch_factor
(default False, readonly)
- Type:
bool
- has_plane_depth
(default False, readonly)
- Type:
bool
- has_plane_height
(default False, readonly)
- Type:
bool
- has_plane_offset
(default False, readonly)
- Type:
bool
- has_rake_factor
(default False, readonly)
- Type:
bool
- has_random_texture_angle
(default False, readonly)
- Type:
bool
- has_sculpt_plane
(default False, readonly)
- Type:
bool
- has_secondary_color
(default False, readonly)
- Type:
bool
- has_size_pressure
(default False, readonly)
- Type:
bool
- has_smooth_stroke
(default False, readonly)
- Type:
bool
- has_space_attenuation
(default False, readonly)
- Type:
bool
- has_strength_pressure
(default False, readonly)
- Type:
bool
- has_tilt
(default False, readonly)
- Type:
bool
- has_topology_rake
(default False, readonly)
- 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