MainLattices(bpy_struct)

base class — bpy_struct

class bpy.types.MainLattices(bpy_struct)

Collection of lattices

new(name)

Add a new lattice to the main database

Parameters:
  • name (string) – New name for the datablock.
Returns:

New lattices datablock.

Return type:

Lattice

remove(lattice)

Remove a lattice from the current blendfile.

Parameters:
  • lattice (Lattice, (never None)) – Lattice to remove.

Inherited Properties

Inherited Functions

References

Previous topic

MainLamps(bpy_struct)

Next topic

MainMaterials(bpy_struct)