BuildModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.BuildModifier(Modifier)

Build effect modifier

frame_duration

Specify the total time the build effect requires

Type :float in [1, 300000], default 0.0
frame_start

Specify the start frame of the effect

Type :float in [-300000, 300000], default 0.0
seed

Specify the seed for random if used

Type :int in [1, 300000], default 0
use_random_order

Randomize the faces or edges during build

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

BrushTextureSlot(TextureSlot)

Next topic

Camera(ID)