BuildModifier(Modifier)
base classes — bpy_struct, Modifier
- class bpy.types.BuildModifier(Modifier)
Build effect modifier
- frame_duration
Total time the build effect requires (in [1, 1.04857e+06], default 100.0)
- Type:
float
- frame_start
Start frame of the effect (in [-1.04857e+06, 1.04857e+06], default 1.0)
- Type:
float
- seed
Seed for random if used (in [1, 1048574], default 0)
- Type:
int
- use_random_order
Randomize the faces or edges during build (default False)
- Type:
bool
- use_reverse
Deconstruct the mesh instead of building it (default False)
- Type:
bool
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type