Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
This object gives access to generic data from all beztriple objects in Blender.
Method Summary | ||
list | getPoints() Returns the xy coordinates of the Bezier point. | |
PyNone | setPoints(newval) Sets the point xy coordinates. |
getPoints() Returns the xy coordinates of the Bezier point.
|
setPoints(newval) Sets the point xy coordinates.
|
<<< Previous | Home | Next >>> |
Class BezTriple | Up | Class Ipo |