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:
authorCampbell Barton <ideasman42@gmail.com>2007-05-26 16:58:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-05-26 16:58:46 +0400
commitdeffce3c19ced621f3432a145b5b21b323ef9d6a (patch)
tree6b62be8dad8db2462dd6e99de2cf2255e6dda943 /source/blender/python/api2_2x/Key.h
parent30dd4fafd13e84ed7363c0c0f6ab17a384098450 (diff)
Key.c/h - Removed unneeded functions. and ipo in struct wasnt being used.
Lattice.c - removed warning Mesh.c - (own error) when running me.update(key="...") didnt update the right keyframe. mesh_cleanup.py - Bugfix from a report by plumiferos that started uncovering all the memory leaks. Removing NAN verts didnt work with mesh keyframes.
Diffstat (limited to 'source/blender/python/api2_2x/Key.h')
-rw-r--r--source/blender/python/api2_2x/Key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Key.h b/source/blender/python/api2_2x/Key.h
index 6def2944d89..87cb55d10eb 100644
--- a/source/blender/python/api2_2x/Key.h
+++ b/source/blender/python/api2_2x/Key.h
@@ -50,7 +50,7 @@ typedef struct {
Key * key; /* libdata must be second */
/* Object *object;*/ /* for vertex grouping info, since it's stored on the object */
/*PyObject *keyBlock;*/
- PyObject *ipo;
+ /*PyObject *ipo;*/
} BPy_Key;
typedef struct {