Blender Git Commits

Blender Git "master" branch commits.

Page: 5366 / 5574

June 21, 2005, 14:13 (GMT)
- fix pedantic complaint from MSVC
June 21, 2005, 13:52 (GMT)


- Copy buffer is preserved across editing multiple text objects
- Potential memory leak with selection drawing fixed
- "Copy Attributes" menu (CTRL-C) now copies all fonts (Plain/B/I/BI)
correctly
June 20, 2005, 13:37 (GMT)
Updating with lorem.c
June 20, 2005, 01:28 (GMT)


Fix for the "Lorem" button. Missing an extern keyword in BIF_editfont.h
(thanks Matthew for spotting this!)

Now it should work even on platforms with sane compilers (unlike gcc) :-)
June 18, 2005, 00:52 (GMT)


Attempt at providing the best possible flexibility and usefulness with
"Flush":

- There are now two modes, "Flush" and "Justify". Justify only flushes
a line when it is *terminated* either by wordwrap or by Enter.

- "Flush" *always* flushes the line, also when it's still being entered.

This mode can be used for things like this:

http://pub.intrr.org/flush.png

..while "Justify" would not flush the second line.

- Fixed "Flush" squeezing all characters on the same spot if the textframe
was set to 0 width
June 18, 2005, 00:37 (GMT)
Adding lorem.c file to BL_src.dsp MSVC 6.0 projectfile.

Note to intrr: pressing the lorem bug crashes here too, will trace later.
June 17, 2005, 23:30 (GMT)


Fix drawing of text frames inside editmode, stupid error.
June 17, 2005, 23:05 (GMT)


Compatibility code for 'Word spacing' value, old files will now load
with Word spacing set to 1.0 instead of 0.0.
June 17, 2005, 22:52 (GMT)


- Fix a few warnings

- Improved text editing for justified ('Flush') text: Line will not
be filled up until it is completed (wordwrap or Enter)

- Fixed waitcursor flickering in displist.c
June 17, 2005, 21:05 (GMT)


File containing our famous Lorem Ipsum text, complete even!
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 ===
June 17, 2005, 05:37 (GMT)
One file missing from prevous commit. This one is even worse, decref'ed a borrowed reference.
June 17, 2005, 05:10 (GMT)
Some of the setattr functions created a tuple to pass to the set* functions and didn't decref'ed it properly, "leaking" memory.
Commit approved by stivs.
June 17, 2005, 04:40 (GMT)
My patch to BPy's curve module (applied by stivs) had a small mem leak. Fixing now.
June 17, 2005, 04:28 (GMT)
Adding Jiri's manipulator path. This makes Normal orientation align to meta element's rotation (in edit mode, obviously).
June 16, 2005, 21:56 (GMT)
Bug #2751

Recurring issue, but also bug in 2.37/37a: OSA sample amount versus AO
sample amount conflict... if AO and OSA amounts were exact equal it gives
black spots. Solution not optimal yet... but at least looks good.
Still think it's useless to sample fewer than AO level 8 (64), but
nevertheless. :)
June 16, 2005, 21:19 (GMT)
With no objects in scene, press F (ALT+F) for faceselect crashed.
Bugfix #2755
June 15, 2005, 06:22 (GMT)
Changes to Documentation Format ONLY.
no executable code.

Martin noticed many of our bpy instance variables were
incorrectly marked as class variables in the doc. This
commit essentially changes the title of sections of the doc
from Class Variables to Instance Variables. Now that we are
adding class or module dictionaries for constants, etc. this is
a distinction worth making. Plus it is right.
June 13, 2005, 20:56 (GMT)
SConstruct is 2.37a now
June 13, 2005, 20:55 (GMT)
Updated version for makefile 'make release' and splash
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021