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 0.0
-
tex_paint_map_mode
¶ Type: enum in [‘VIEW_PLANE’, ‘TILED’, ‘3D’, ‘RANDOM’, ‘STENCIL’], default ‘VIEW_PLANE’
-
use_rake
¶ Type: boolean, default False
-
use_random
¶ Type: boolean, default False
-
Inherited Properties
Inherited Functions
References