ExplodeModifier(Modifier)¶
base classes — bpy_struct
, Modifier
- class bpy.types.ExplodeModifier(Modifier)¶
Explosion effect modifier based on a particle system
- invert_vertex_group¶
Invert vertex group influence
- Type:
boolean, default False
- particle_uv¶
UV map to change with particle age
- Type:
string, default “”, (never None)
- protect¶
Clean vertex group edges
- Type:
float in [0, 1], default 0.0
- show_alive¶
Show mesh when particles are alive
- Type:
boolean, default True
- show_dead¶
Show mesh when particles are dead
- Type:
boolean, default True
- show_unborn¶
Show mesh when particles are unborn
- Type:
boolean, default True
- use_edge_cut¶
Cut face edges for nicer shrapnel
- Type:
boolean, default False
- use_size¶
Use particle size for the shrapnel
- Type:
boolean, default False
- vertex_group¶
- Type:
string, default “”, (never None)
- 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