Module BezTriple
[frames | no frames]

Module BezTriple

The Blender.BezTriple submodule

New: This module provides access to the BezTriple Data in Blender. It is used by CurNurb and IpoCurve objects.
Classes
BezTriple This object gives access to generic data from all BezTriple objects in Blender.

Function Summary
BezTriple New(coords)
Create a new BezTriple object.

Variable Summary
readonly dictionary HandleTypes: The available BezTriple handle types.

Function Details

New(coords)

Create a new BezTriple object.
Parameters:
coords - the coordinate values for the new control point. If three floats are given, then the handle values are automatically generated.
           (type=sequence of three or nine floats)
Returns:
a new BezTriple object
           (type=BezTriple)

Variable Details

HandleTypes

The available BezTriple handle types.
  • FREE - handle has no constraints
  • AUTO - completely constrain handle based on knot position
  • VECT - constraint handle to line between current and neighboring knot
  • ALIGN - constrain handle to lie in a straight line with knot's other handle
  • AUTOANIM - constrain IPO handles to be horizontal on extremes
Type:
readonly dictionary

Generated by Epydoc 2.1 on Sun Feb 11 13:30:19 2007 http://epydoc.sf.net