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:
Diffstat (limited to 'source/blender/src/buttons_object.c')
-rw-r--r--source/blender/src/buttons_object.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c
index 716a3f448bc..3813001e5e3 100644
--- a/source/blender/src/buttons_object.c
+++ b/source/blender/src/buttons_object.c
@@ -71,6 +71,8 @@
#include "BDR_editcurve.h"
#include "BDR_drawobject.h"
+//#include "BIF_editsca.h"
+
#include "BIF_butspace.h"
#include "mydevice.h"
@@ -133,14 +135,21 @@ static float prspeed=0.0;
float prlen=0.0;
+/* ********************* function prototypes ******************** */
+void object_panel_draw(Object *);
+void object_panel_hooks(Object *);
+void object_panel_effects(Object *);
/* ********************* CONSTRAINT ***************************** */
+#if 0
static void add_influence_key_to_constraint_func (void *arg1v, void *unused)
{
bConstraint *con = arg1v;
add_influence_key_to_constraint(con);
}
+#endif
+
static void activate_constraint_ipo_func (void *arg1v, void *unused)
{