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:
authorJoseph Gilbert <ascotan@gmail.com>2004-06-11 17:15:50 +0400
committerJoseph Gilbert <ascotan@gmail.com>2004-06-11 17:15:50 +0400
commit3a816f1c307c84ff637d12b1d6d8ffef739fbcd6 (patch)
tree9c172e5995691064d8463a3481f5bac6ffef1522 /source/blender/python/api2_2x/Types.h
parent648a2d3819d2910f56c06da8844b96d7fa18c84f (diff)
- new internal Property module
- Object support for add/remove/modify object Properties
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 b78dfc7db1b..25476ef76a7 100644
--- a/source/blender/python/api2_2x/Types.h
+++ b/source/blender/python/api2_2x/Types.h
@@ -47,7 +47,7 @@ extern PyTypeObject Particle_Type;
extern PyTypeObject Scene_Type, RenderData_Type;
extern PyTypeObject Text_Type, Texture_Type;
extern PyTypeObject Wave_Type, World_Type;
-
+extern PyTypeObject property_Type;
extern PyTypeObject buffer_Type, constant_Type, euler_Type;
extern PyTypeObject matrix_Type, quaternion_Type, rgbTuple_Type, vector_Type;