===Python API===

Moved .up() and .down() methods from Modifier API to Modifier sequence
API (also renamed them to moveUp() and moveDown() ).  Locating methods
which modify the "parent" structure in objects didn't seem consistent.
This commit is contained in:
Ken Hughes
2006-06-14 04:41:31 +00:00
parent 090678de66
commit da33f51b76
4 changed files with 156 additions and 140 deletions

View File

@@ -66,7 +66,7 @@ typedef struct {
PyObject_HEAD /* required macro */
Object *obj;
ModifierData *iter;
} BPy_ModSeq;
} BPy_Modifiers;
PyObject *ModSeq_CreatePyObject( Object *obj );