Blender Git Commit Log

Git Commits -> Revision 97df61a

Revision 97df61a by Alexander Ewering (master)
June 17, 2005, 21:04 (GMT)


Initial commit for new text object.

Important notes:

- Full compatibility with old text objects not fully restored
(word spacing will be 0.0, need to set it manually to 1.0), will
either need version upgrade to 238 or a hack. Will check.

- lorem.c (about to be committed) contains BF copyright notice, but as
BF did not exist a few hundred years ago, probably best to remove it :)

- If you notice any cross-platform issues (especially beloved windows),
please report

- A few tiny warnings left, I will fix those issues still.

The rest has been said already - so have fun testing. And please do!

=== Reminder:
=== Documentation at http://blender.instinctive.de/docs/textobject.txt ===

Commit Details:

Full Hash: 97df61a7e5391e302d1a5f9069cf0b388f85e0c8
SVN Revision: 4613
Parent Commit: 9ee2a1e
Lines Changed: +1016, -164

20 Modified Paths:

/source/blender/blenkernel/BKE_displist.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_font.h (+9, -0) (Diff)
/source/blender/blenkernel/intern/curve.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+17, -4) (Diff)
/source/blender/blenkernel/intern/font.c (+227, -78) (Diff)
/source/blender/blenlib/intern/psfont.c (+8, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+20, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -0) (Diff)
/source/blender/include/BIF_editfont.h (+5, -0) (Diff)
/source/blender/include/BIF_glutil.h (+3, -0) (Diff)
/source/blender/include/butspace.h (+7, -1) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+44, -3) (Diff)
/source/blender/makesdna/DNA_vfont_types.h (+3, -0) (Diff)
/source/blender/src/buttons_editing.c (+146, -11) (Diff)
/source/blender/src/drawobject.c (+79, -2) (Diff)
/source/blender/src/editfont.c (+364, -55) (Diff)
/source/blender/src/editobject.c (+67, -1) (Diff)
/source/blender/src/editscreen.c (+3, -1) (Diff)
/source/blender/src/glutil.c (+1, -1) (Diff)
/source/blender/src/toets.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021