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-04-24 21:28:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-04-24 21:28:40 +0400
commit77f08ddc12870b90064273fa314d462ccdd473ba (patch)
tree2b5cb29c3e57deae521d30d384ddbbe622d7cdcb /source/blender/src/buttons_logic.c
parent46545ac575e500d46aae3fabb05f6d46a7fb1797 (diff)
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
Diffstat (limited to 'source/blender/src/buttons_logic.c')
-rw-r--r--source/blender/src/buttons_logic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/buttons_logic.c b/source/blender/src/buttons_logic.c
index 1a1d7828ef0..ee1b5737410 100644
--- a/source/blender/src/buttons_logic.c
+++ b/source/blender/src/buttons_logic.c
@@ -81,6 +81,7 @@
#include "BDR_editcurve.h"
+#include "BDR_editobject.h"
#include "BSE_headerbuttons.h"
#include "BSE_filesel.h"