initial python support for dealing with multires meshes.

Can only change levels and values at the moment. adding and removing is still needed.

multires: bool
multiresLevelCount: int
multiresDrawLevel: int
multiresEdgeLevel: int
multiresPinLevel: int
multiresRenderLevel: int
This commit is contained in:
2006-12-24 10:51:31 +00:00
parent edf18ca767
commit 1be58e7a8d
3 changed files with 157 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ extern PyTypeObject KeyBlock_Type;
typedef struct {
PyObject_HEAD /* required python macro */
Key * key;
/* Object *object;/* /* for vertex grouping info, since it's stored on the object */
/* Object *object;*/ /* for vertex grouping info, since it's stored on the object */
/*PyObject *keyBlock;*/
PyObject *ipo;
} BPy_Key;