MetaBallElements(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MetaBallElements
(bpy_struct)¶ Collection of metaball elements
-
active
¶ Last selected element
Type: MetaElement
, (readonly)
-
new
(type='BALL')¶ Add a new element to the metaball
Parameters: type (enum in ['BALL', 'CAPSULE', 'PLANE', 'ELLIPSOID', 'CUBE'], (optional)) – type for the new meta-element Returns: The newly created meta-element Return type: MetaElement
-
remove
(element)¶ Remove an element from the metaball
Parameters: element ( MetaElement
, (never None)) – The element to remove
-
clear
()¶ Remove all elements from the metaball
-
Inherited Properties
Inherited Functions
References