BuildModifier(Modifier)¶
base classes — bpy_struct
, Modifier
-
class
bpy.types.
BuildModifier
(Modifier)¶ Build effect modifier
-
frame_duration
¶ Total time the build effect requires
Type: float in [1, 500000], default 0.0
-
frame_start
¶ Start frame of the effect
Type: float in [-500000, 500000], default 0.0
-
seed
¶ Seed for random if used
Type: int in [1, 500000], default 0
-
use_random_order
¶ Randomize the faces or edges during build
Type: boolean, default False
-
use_reverse
¶ Deconstruct the mesh instead of building it
Type: boolean, default False
-
Inherited Properties
Inherited Functions