Page Menu
Home
Search
Configure Global Search
Log In
Files
F1615
Curve.py-bevob.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
1008 B
Subscribers
None
Curve.py-bevob.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 7 Apr 2005 07:42:04 -0000
@@ -319,6 +319,23 @@
@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():
"""
Updates display list for a Curve.
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ad/29/7211badc5dfa8d5a08953dd5ad42
Event Timeline
Log In to Comment