MetaElement(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MetaElement
(bpy_struct)¶ Blobby element in a Metaball data-block
-
co
¶ - Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
hide
¶ Hide element
- Type
boolean, default False
-
radius
¶ - Type
float in [0, inf], default 0.0
-
rotation
¶ Normalized quaternion rotation
- Type
float array of 4 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0)
-
select
¶ Select element
- Type
boolean, default False
-
size_x
¶ Size of element, use of components depends on element type
- Type
float in [0, 20], default 0.0
-
size_y
¶ Size of element, use of components depends on element type
- Type
float in [0, 20], default 0.0
-
size_z
¶ Size of element, use of components depends on element type
- Type
float in [0, 20], default 0.0
-
stiffness
¶ Stiffness defines how much of the element to fill
- Type
float in [0, 10], default 0.0
-
type
¶ Metaball types
- Type
enum in [‘BALL’, ‘CAPSULE’, ‘PLANE’, ‘ELLIPSOID’, ‘CUBE’], default ‘BALL’
-
use_negative
¶ Set metaball as negative one
- Type
boolean, default False
-
use_scale_stiffness
¶ Scale stiffness instead of radius
- Type
boolean, default False
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ - Parameters
id (string) – 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 (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
-
Inherited Properties
Inherited Functions
References