Blender Git Commit Log

Git Commits -> Revision 41f4940

Revision 41f4940 by Martin Poirier (master)
October 21, 2003, 16:25 (GMT)
Helpline drawing in transform (semi broken in this commit)
This is only usefull for rotate now, but the axis constraining code has a part that depended on this, so I commit this part first.

For coders:

void constline(float *center, float *dir, int col)
Draw an infinite line on the screen. col is the color argument. It must be cpack compatible

void project_short_infiniteline(float *vec, float *dir, short *adr1, short *adr2);
clips infinite line to screen border

Commit Details:

Full Hash: 41f4940bff2c6ba3f17c69fbae6d6e8cfec8867f
SVN Revision: 1383
Parent Commit: 8280cab
Lines Changed: +232, -18

5 Modified Paths:

/source/blender/include/BDR_drawobject.h (+1, -0) (Diff)
/source/blender/include/BSE_view.h (+1, -0) (Diff)
/source/blender/src/drawobject.c (+34, -0) (Diff)
/source/blender/src/editobject.c (+141, -18) (Diff)
/source/blender/src/view.c (+55, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021