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
¶ Type: boolean, default False, (readonly)
-
has_auto_smooth
¶ Type: boolean, default False, (readonly)
-
has_direction
¶ Type: boolean, default False, (readonly)
-
has_gravity
¶ Type: boolean, default False, (readonly)
-
has_height
¶ Type: boolean, default False, (readonly)
-
has_jitter
¶ Type: boolean, default False, (readonly)
-
has_normal_weight
¶ Type: boolean, default False, (readonly)
-
has_persistence
¶ Type: boolean, default False, (readonly)
-
has_pinch_factor
¶ Type: boolean, default False, (readonly)
-
has_plane_offset
¶ Type: boolean, default False, (readonly)
-
has_rake_factor
¶ Type: boolean, default False, (readonly)
-
has_random_texture_angle
¶ Type: boolean, default False, (readonly)
-
has_sculpt_plane
¶ Type: boolean, default False, (readonly)
-
has_secondary_color
¶ Type: boolean, default False, (readonly)
-
has_smooth_stroke
¶ Type: boolean, default False, (readonly)
-
has_space_attenuation
¶ Type: boolean, default False, (readonly)
-
has_strength_pressure
¶ Type: boolean, default False, (readonly)
-
has_topology_rake
¶ Type: boolean, default False, (readonly)
-
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