BlendDataMeshes(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataMeshes(bpy_struct)

Collection of meshes

new(name)

Add a new mesh to the main database

Parameters:name (string) – New name for the datablock.
Returns:New mesh datablock.
Return type:Mesh
remove(mesh)

Remove a mesh from the current blendfile.

Parameters:mesh (Mesh, (never None)) – Mesh to remove.
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataMaterials(bpy_struct)

Next topic

BlendDataMetaBalls(bpy_struct)