BrushTextureSlot(TextureSlot)
base classes — bpy_struct, TextureSlot
- class bpy.types.BrushTextureSlot(TextureSlot)
Texture slot for textures in a Brush data-block
- angle
Brush texture rotation
- Type:
float in [0, 6.28319], default 0.0
- has_random_texture_angle
- Type:
boolean, default False, (readonly)
- has_texture_angle
- Type:
boolean, default False, (readonly)
- has_texture_angle_source
- Type:
boolean, default False, (readonly)
- map_mode
- Type:
enum in [
'VIEW_PLANE','AREA_PLANE','TILED','3D','RANDOM','STENCIL'], default"'VIEW_PLANE'"
- mask_map_mode
- Type:
enum in [
'VIEW_PLANE','TILED','RANDOM','STENCIL'], default"'VIEW_PLANE'"
- random_angle
Brush texture random angle
- Type:
float in [0, 6.28319], default 6.28319
- use_rake
- Type:
boolean, default False
- use_random
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Structsubclass
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type