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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-11-23 20:46:06 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2003-11-23 20:46:06 +0300
commit5e7f9dfa084d978bbcb96dad7ac2bae80789714e (patch)
tree65767c41ef26feb0a7724ad3b4f05daaa69e253e /source/blender/python/api2_2x/modules.h
parent511b098c81913a8ce437ebed6c7f211dd9563f1b (diff)
BPython:
-- New module: Blender.Texture, by new developer Alex Mole. Most of it is done: guess only Ipo, envmap, colorband and plugin were not implemented yet.
Diffstat (limited to 'source/blender/python/api2_2x/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 2a5e67494d3..899b368cdca 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -102,6 +102,9 @@ void EXPP_incr_mats_us (Material **matlist, int len);
PyObject * EXPP_PyList_fromMaterialList(Material **matlist, int len);
Material * GetMaterialByName (char * name);
+/* Texture */
+PyObject * Texture_Init (void);
+
/* Camera Data */
PyObject * Camera_Init (void);
PyObject * Camera_CreatePyObject (struct Camera *cam);