MainMeshes(bpy_struct)

base class — bpy_struct

class bpy.types.MainMeshes(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.

Inherited Properties

Inherited Functions

References

Previous topic

MainMaterials(bpy_struct)

Next topic

MainMetaBalls(bpy_struct)