VoronoiTexture(Texture)

base classes — bpy_struct, ID, Texture

class bpy.types.VoronoiTexture(Texture)

Procedural voronoi texture

color_mode
Type :enum in [‘INTENSITY’, ‘POSITION’, ‘POSITION_OUTLINE’, ‘POSITION_OUTLINE_INTENSITY’], default ‘INTENSITY’
distance_metric
Type :enum in [‘DISTANCE’, ‘DISTANCE_SQUARED’, ‘MANHATTAN’, ‘CHEBYCHEV’, ‘MINKOVSKY_HALF’, ‘MINKOVSKY_FOUR’, ‘MINKOVSKY’], default ‘DISTANCE’
minkovsky_exponent

Minkovsky exponent

Type :float in [0.01, 10], default 0.0
nabla

Size of derivative offset used for calculating normal

Type :float in [0.001, 0.1], default 0.0
noise_intensity

Scales the intensity of the noise

Type :float in [0.01, 10], default 0.0
noise_scale

Sets scaling for noise input

Type :float in [0.0001, inf], default 0.0
weight_1

Voronoi feature weight 1

Type :float in [-2, 2], default 0.0
weight_2

Voronoi feature weight 2

Type :float in [-2, 2], default 0.0
weight_3

Voronoi feature weight 3

Type :float in [-2, 2], default 0.0
weight_4

Voronoi feature weight 4

Type :float in [-2, 2], default 0.0
users_material

Materials that use this texture (readonly)

users_object_modifier

Object modifiers that use this texture (readonly)

Inherited Properties

Inherited Functions

Previous topic

VisibilityActuator(Actuator)

Next topic

VoxelData(bpy_struct)