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-24 06:47:49 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2003-11-24 06:47:49 +0300
commit856e33cefc8dcdefe316cd892c3eadc64d97e4b7 (patch)
tree87bdccbccf974d4ea0b7ff6d6add8ecebb061690 /source/blender/python/api2_2x/Types.h
parent8307f2f5fe2bc110565be32d6553aa349d55268c (diff)
BPython: small update to Types.c and the docs, to finish welcoming the new modules.
Diffstat (limited to 'source/blender/python/api2_2x/Types.h')
-rw-r--r--source/blender/python/api2_2x/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Types.h b/source/blender/python/api2_2x/Types.h
index 65923ccfd1a..838b45c9d79 100644
--- a/source/blender/python/api2_2x/Types.h
+++ b/source/blender/python/api2_2x/Types.h
@@ -36,7 +36,7 @@
extern PyTypeObject Button_Type, Material_Type;
-extern PyTypeObject Texture_Type;
+extern PyTypeObject Texture_Type, MTex_Type;
extern PyTypeObject Object_Type;
extern PyTypeObject Scene_Type;