Blender Git Commit Log

Git Commits -> Revision f9acfa7

Revision f9acfa7 by Martin Poirier (master)
August 16, 2004, 01:14 (GMT)
Renamed get_constraint_target in constraint kernel file to get_constraint_target_matrix since that's what it really does
Moved get_con_target from editconstraint to constraint kernel file and renamed to get_constraint_target

Make scene.c use constraint functions from kernel instead of doing the switch itself (regrouping specific constraint code in one file).

Add LockTrack as an option in the Make Track menu (Ctrl-T)

Adding fun for vortex forces in 3D window, the representation now match the orientation and direction of the force (this is code will need optimisation). I'll probably be slapped for mixing two things in one commit but some function calls needed to be fixed for the new spelling and since this is really isolated code I didn't feel like wasting time getting a fresh copy, doing the changes and then readded this after commiting.

Fixed some warning regarding implicit casts and constants (this last one is a MSVCism where you need to explicitely tell the compiler to use floats with an f. AFAIK, it doesn't affect/bother other compilers).

Removed a useless commented piece of code in readfile (there was an uncommented copy a couple of lines before)

Commit Details:

Full Hash: f9acfa722d5f5c3ebf3e0f058a1fd70a717cb0e7
SVN Revision: 2998
Parent Commit: 0ce1304
Lines Changed: +204, -203

10 Modified Paths:

/source/blender/blenkernel/BKE_constraint.h (+5, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+90, -3) (Diff)
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/scene.c (+4, -74) (Diff)
/source/blender/blenloader/intern/readfile.c (+0, -29) (Diff)
/source/blender/include/BIF_editconstraint.h (+0, -1) (Diff)
/source/blender/src/buttons_object.c (+1, -1) (Diff)
/source/blender/src/drawobject.c (+55, -20) (Diff)
/source/blender/src/editconstraint.c (+1, -56) (Diff)
/source/blender/src/editobject.c (+47, -17) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021