Package bpy :: Module types :: Class MetaBall
[hide private]
[frames] | no frames]

Class MetaBall


The MetaBall Object

Metaball datablock to defined blobby surfaces.

References

Instance Methods [hide private]
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
MetaElement (readonly) active_element
Last selected element.
AnimData (readonly) animation_data
Animation data for this datablock.
boolean auto_texspace
Adjusts active object's texture space automatically when transforming object.
Collection of MetaElement (readonly) elements
Meta elements.
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
enum flag
Metaball edit update behavior.
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
Collection of Material (readonly) materials
Materials
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
float in [0.05, 1] render_size
Polygonization resolution in rendering.
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
float array of 3 items in [-inf, inf] texspace_loc
Texture space location.
float array of 3 items in [-inf, inf] texspace_size
Texture space size.
float in [0, 5] threshold
Influence of meta elements.
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)
float in [0.05, 1] wire_size
Polygonization resolution in the 3D viewport.
Instance Variable Details [hide private]

flag

Metaball edit update behavior. in...
  • UPDATE_ALWAYS
  • HALFRES
  • FAST
  • NEVER
Type:
enum