string
|
getName()
Get the name of this Curve Data object. |
source code
|
|
None
|
|
int
|
|
None
|
|
int
|
|
None
|
|
integer bitfield
|
|
None
|
|
float
|
getBevresol()
Get the Curve's bevel resolution value. |
source code
|
|
None
|
|
float
|
getResolu()
Get the Curve's U-resolution value. |
source code
|
|
None
|
|
float
|
getResolv()
Get the Curve's V-resolution value. |
source code
|
|
None
|
|
float
|
|
None
|
|
float
|
|
None
|
|
float
|
|
None
|
|
list of floats
|
|
None
|
|
None
|
appendPoint(numcurve,
new_control_point)
Add a new control point to the indicated curve
(deprecated). |
source code
|
|
CurNurb
|
|
a list of 3 floats.
|
|
None
|
|
a list of 3 floats.
|
|
None
|
|
a list of 3 floats.
|
|
None
|
|
list of Material Objects
|
|
Blender Object or None
|
|
None
|
|
Blender Object or None
|
|
None
|
|
None
|
|
integer
|
|
boolean
|
isCyclic(curve_num)
Tells whether or not a CurNurb is cyclic (closed)
(deprecated). |
source code
|
|
|
|
integer
|
getNumCurves()
Get the number of curves in this Curve Data object. |
source code
|
|
integer
|
|
Key object or
None
|
getKey()
Return the Key
object containing the keyframes for this curve, if any. |
source code
|
|
None
|
recalc()
Recalculate control point handles after a curve has been
changed. |
source code
|
|
Curve
|
|
Blender Object
or None
|
bevob
The Curve Bevel Object
|
int
|
bevresol
The Curve Data bevel resolution.
|
float
|
ext1
The Curve Data extent1 Called "Extrude" in the user
interface (for bevels only).
|
float
|
ext2
The Curve Data extent2 - Called "Bevel Depth" in the
user interface (for bevels only).
|
|
flag
The Curve Data flag value; see getFlag() for
the semantics.
|
Blender Key
|
key
The Key object associated with this Curve, if any.
|
list of 3 floats
|
loc
The Curve Data location(from the center).
|
list of Materials
|
materials
The curves's materials.
|
string
|
name
The Curve Data name.
|
int
|
pathlen
The Curve Data path length, used to set the number of frames for
an animation (not the physical length).
|
int
|
resolu
The Curve Data U-resolution (used for curve and surface
resolution) [0 - 1024].
|
int
|
resolv
The Curve Data V-resolution (used for surface resolution) [0 -
1024].
|
list of 3 floats
|
rot
The Curve Data rotation(from the center).
|
list of 3 floats
|
size
The Curve Data size(from the center).
|
Blender Object
or None
|
taperob
The Curve Taper Object
|
int
|
totcol
The Curve Data maximal number of linked materials.
|
float
|
width
The Curve Data width [0 - 2].
|