CloudsTexture(Texture)

base classes — bpy_struct, ID, Texture

class bpy.types.CloudsTexture(Texture)

Procedural noise texture

cloud_type

Determines whether Noise returns grayscale or RGB values

Type :enum in [‘GREYSCALE’, ‘COLOR’], default ‘GREYSCALE’
nabla

Size of derivative offset used for calculating normal

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

Sets the noise basis used for turbulence

Type :enum in [‘BLENDER_ORIGINAL’, ‘ORIGINAL_PERLIN’, ‘IMPROVED_PERLIN’, ‘VORONOI_F1’, ‘VORONOI_F2’, ‘VORONOI_F3’, ‘VORONOI_F4’, ‘VORONOI_F2_F1’, ‘VORONOI_CRACKLE’, ‘CELL_NOISE’], default ‘BLENDER_ORIGINAL’
noise_depth

Sets the depth of the cloud calculation

Type :int in [0, 30], default 0
noise_scale

Sets scaling for noise input

Type :float in [0.0001, inf], default 0.0
noise_type
Type :enum in [‘SOFT_NOISE’, ‘HARD_NOISE’], default ‘SOFT_NOISE’
users_material

Materials that use this texture (readonly)

users_object_modifier

Object modifiers that use this texture (readonly)

Inherited Properties

Inherited Functions

Previous topic

ClothSettings(bpy_struct)

Next topic

CollectionProperty(Property)