Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2005-03-26 21:14:29 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-03-26 21:14:29 +0300
commit9465bf6881ba3d9e17dc62b328bdadb448d7a2e8 (patch)
tree1f3d486c3e243718b90a18c2f58b376ab9e2583d /source/blender/python/api2_2x/Text3d.h
parent24e52b703e319bc10e90b1b1717dcf9ded28b683 (diff)
Updated Bpy method Object.getData() now supports new Text3d type.
Contributed by Johnny Matthews.
Diffstat (limited to 'source/blender/python/api2_2x/Text3d.h')
-rw-r--r--source/blender/python/api2_2x/Text3d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Text3d.h b/source/blender/python/api2_2x/Text3d.h
index 50566e98e9b..26bf1c197c9 100644
--- a/source/blender/python/api2_2x/Text3d.h
+++ b/source/blender/python/api2_2x/Text3d.h
@@ -52,6 +52,7 @@ typedef Curve Text3d;
int Text3d_CheckPyObject( PyObject * py_obj );
PyObject *Text3d_Init( void );
struct Text3d *Text3d_FromPyObject( PyObject * py_obj );
+PyObject *Text3d_CreatePyObject( Text3d* text3d );
/* Python BPy_Text3d structure definition */
typedef struct {