Module BezTriple
[hide private]
[frames] | no frames]

Module BezTriple

source code

The Blender.BezTriple submodule

New:

This module provides access to the BezTriple Data in Blender. It is used by CurNurb and IpoCurve objects.

Classes [hide private]
  BezTriple
This object gives access to generic data from all BezTriple objects in Blender.
Functions [hide private]
BezTriple
New(coords)
Create a new BezTriple object.
source code
Variables [hide private]
readonly dictionary HandleTypes
The available BezTriple handle types.
  __package__ = None
Function Details [hide private]

New(coords)

source code 

Create a new BezTriple object.

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

Variables Details [hide private]

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