Page Menu
Home
Search
Configure Global Search
Log In
Files
F1616
Curve.py-bevob-2.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Gergely Erdelyi (dyce)
Nov 13 2013, 12:58 PM
Size
1 KB
Subscribers
None
Curve.py-bevob-2.patch
View Options
Index: Curve.py
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/doc/Curve.py,v
retrieving revision 1.9
diff -d -u -r1.9 Curve.py
--- Curve.py 13 Jan 2005 03:42:53 -0000 1.9
+++ Curve.py 13 Apr 2005 08:01:52 -0000
@@ -73,6 +73,7 @@
@cvar loc: The Curve Data location(from the center).
@cvar rot: The Curve Data rotation(from the center).
@cvar size: The Curve Data size(from the center).
+ @cvar bevob: The Curve Bevel Object
"""
def getName():
@@ -317,6 +318,23 @@
Returns a list of materials assigned to the Curve.
@rtype: list of Material Objects
@return: list of Material Objects assigned to the Curve.
+ """
+
+ def getBevOb():
+ """
+ Returns the Bevel Object (BevOb) assigned to the Curve.
+ @rtype: Blender Object or PyNone
+ @return: Bevel Object (BevOb) assigned to the Curve.
+ """
+
+ def setBevOb( object ):
+ """
+ Assign a Bevel Object (BevOb) to the Curve.
+ @rtype: PyNone
+ @return: PyNone
+ @type object: Curve type Blender Object
+ @param object: Blender Object to assign as Bevel Object (BevOb)
+ @raise TypeError: throws exception if the parameter is not a Curve type Blender Object or PyNone
"""
def update():
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c3/cc/19c94a4eb1bd8d99f231efc5a356
Event Timeline
Log In to Comment