Lattice(ID)

base classes — bpy_struct, ID

class bpy.types.Lattice(ID)

Lattice datablock defining a grid for deforming other objects

animation_data

Animation data for this datablock

Type :AnimData, (readonly)
interpolation_type_u
Type :enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’
interpolation_type_v
Type :enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’
interpolation_type_w
Type :enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’
points

Points of the lattice

Type :bpy_prop_collection of LatticePoint, (readonly)
points_u

Point in U direction (can’t be changed when there are shape keys)

Type :int in [1, 64], default 0
points_v

Point in V direction (can’t be changed when there are shape keys)

Type :int in [1, 64], default 0
points_w

Point in W direction (can’t be changed when there are shape keys)

Type :int in [1, 64], default 0
shape_keys
Type :Key, (readonly)
use_outside

Only draw, and take into account, the outer vertices

Type :boolean, default False
vertex_group

Vertex group to apply the influence of the lattice

Type :string, default “”, (never None)

Inherited Properties

Inherited Functions

References

Previous topic

LampTextureSlots(bpy_struct)

Next topic

LatticeModifier(Modifier)