BlendDataLattices(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataLattices(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.
tag(value)

tag

Parameters:
  • value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataLamps(bpy_struct)

Next topic

BlendDataLibraries(bpy_struct)