editface.c & buttons_logic.c & Draw.c & verse_session.c - added missing header

Bone.c - return an empty list rather then None for bone.children bone.getAllChildren()
Draw.c - per button callbacks are now have (event, value) passed
This commit is contained in:
2007-04-24 17:28:40 +00:00
parent 46545ac575
commit 77f08ddc12
7 changed files with 244 additions and 207 deletions

View File

@@ -95,6 +95,7 @@
#include "BSE_trans_types.h"
#include "BDR_unwrapper.h"
#include "BDR_editobject.h"
#include "BPY_extern.h"
#include "BPY_menus.h"