Blender Git Loki
Git Commits -> Revision a6c97c9
Revision a6c97c9 by Ton Roosendaal (master) June 3, 2006, 17:21 (GMT) |
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... |
Commit Details:
Full Hash: a6c97c90fb85d6e233e7083ea498565da84ae29b
SVN Revision: 7589
Parent Commit: 9ab30b4
Lines Changed: +77, -72
6 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+7, -5) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+67, -0) (Diff)
/source/blender/include/BDR_editobject.h (+0, -1) (Diff)
/source/blender/src/editobject.c (+0, -66) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_arithb.h (+2, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+67, -0) (Diff)
/source/blender/include/BDR_editobject.h (+0, -1) (Diff)
/source/blender/src/editobject.c (+0, -66) (Diff)