From a6c97c90fb85d6e233e7083ea498565da84ae29b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 3 Jun 2006 17:21:45 +0000 Subject: Rotation constraint update. Small fix, but results are at least less frustrating now. It uses the "compatible euler" function from inserting key positions here, preventing euler values to be constrainted that differ weirdly. I've tried several other approaches to get a definite rotate constraint, but only constraining a single axes seems to me impossible magic still... --- source/blender/include/BDR_editobject.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/include/BDR_editobject.h') diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h index af965117653..057520e57a2 100644 --- a/source/blender/include/BDR_editobject.h +++ b/source/blender/include/BDR_editobject.h @@ -74,7 +74,6 @@ void apply_object(void); /* old transform */ void apply_keyb_grid(float *val, float fac1, float fac2, float fac3, int invert); -void compatible_eul(float *eul, float *oldrot); void headerprint(char *str); /* used for old game engine collision optimize */ int cylinder_intersect_test(void); -- cgit v1.2.3