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.
Functions
BezTriple
New(coords)
Create a new BezTriple object.
Variables
readonly dictionary HandleTypes
The available BezTriple handle types.
  __package__ = None
Function Details

New(coords)

 

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

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