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:
authorTon Roosendaal <ton@blender.org>2006-06-03 21:21:45 +0400
committerTon Roosendaal <ton@blender.org>2006-06-03 21:21:45 +0400
commita6c97c90fb85d6e233e7083ea498565da84ae29b (patch)
treef086339578937e0cc569eff011a113532b2d2e65 /source/blender/include/BDR_editobject.h
parent9ab30b4acb7d6c965c2dd1528cfbb0dad4ad66d8 (diff)
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...
Diffstat (limited to 'source/blender/include/BDR_editobject.h')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 0 insertions, 1 deletions
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);