base classes — bpy_struct, ID
Lattice datablock defining a grid for deforming other objects
| Type : | enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’ |
|---|
| Type : | enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’ |
|---|
| Type : | enum in [‘KEY_LINEAR’, ‘KEY_CARDINAL’, ‘KEY_BSPLINE’], default ‘KEY_LINEAR’ |
|---|
Points of the lattice
| Type : | bpy_prop_collection of LatticePoint, (readonly) |
|---|
Points in U direction (can’t be changed when there are shape keys)
| Type : | int in [1, 64], default 0 |
|---|
Points in V direction (can’t be changed when there are shape keys)
| Type : | int in [1, 64], default 0 |
|---|
Points in W direction (can’t be changed when there are shape keys)
| Type : | int in [1, 64], default 0 |
|---|
Only draw, and take into account, the outer vertices
| Type : | boolean, default False |
|---|
Vertex group to apply the influence of the lattice
| Type : | string, default “” |
|---|
Inherited Properties
Inherited Functions
|
References