Package bpy :: Module types :: Class Lattice
[hide private]
[frames] | no frames]

Class Lattice


The Lattice Object

Lattice datablock defining a grid for deforming other objects.

References

Instance Methods [hide private]
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
enum interpolation_type_u
Interpolation Type U in...
enum interpolation_type_v
Interpolation Type V in...
enum interpolation_type_w
Interpolation Type W in...
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
boolean outside
Only draw, and take into account, the outer vertices.
Collection of LatticePoint (readonly) points
Points of the lattice.
int in [1, 64] points_u
Points in U direction.
int in [1, 64] points_v
Points in V direction.
int in [1, 64] points_w
Points in W direction.
Key (readonly) shape_keys
Shape Keys
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)
Instance Variable Details [hide private]

interpolation_type_u

Interpolation Type U in...
  • KEY_LINEAR
  • KEY_CARDINAL
  • KEY_BSPLINE
Type:
enum

interpolation_type_v

Interpolation Type V in...
  • KEY_LINEAR
  • KEY_CARDINAL
  • KEY_BSPLINE
Type:
enum

interpolation_type_w

Interpolation Type W in...
  • KEY_LINEAR
  • KEY_CARDINAL
  • KEY_BSPLINE
Type:
enum