mesh_wire.py - gave an error with no faces,

wizard_curve2tree.py - didnt work with no bevel object
Curve.py - ext1, ext2 didnt reference the interface names.
This commit is contained in:
Campbell Barton
2007-11-22 16:30:14 +00:00
parent 0d6d89a27b
commit a038363124
4 changed files with 23 additions and 14 deletions

View File

@@ -115,9 +115,9 @@ class Curve:
@type resolv: int
@ivar width: The Curve Data width [0 - 2].
@type width: float
@ivar ext1: The Curve Data extent1 (for bevels).
@ivar ext1: The Curve Data extent1 Called "Extrude" in the user interface (for bevels only).
@type ext1: float
@ivar ext2: The Curve Data extent2 (for bevels).
@ivar ext2: The Curve Data extent2 - Called "Bevel Depth" in the user interface (for bevels only).
@type ext2: float
@ivar loc: The Curve Data location(from the center).
@type loc: list of 3 floats