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, 1.04857e+06], default 100.0
- frame_start#
Start frame of the effect
- Type:
float in [-1.04857e+06, 1.04857e+06], default 1.0
- seed#
Seed for random if used
- Type:
int in [1, 1048574], 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
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type