Blender Git Commits

Blender Git "master" branch commits.

Page: 5370 / 5574

May 30, 2005, 00:17 (GMT)
After long debate on IRC we came up with the ultimate name for the
former "RKL" button and later renamed to "Precision": "Error Limit" :)

(Softbody yes)
May 29, 2005, 23:40 (GMT)
Tinsy wee buggie; added 'extrude vertices only' to menu that appears when
only 1 face is selected.
May 29, 2005, 23:21 (GMT)
Two more fixes in Transform:

- Ipokeys didnt have 'selected' flag, so were not included in center
calculus
- Multiple keys transform didn't apply this center even...

ALso took extra work time to add credits in splash. Frédéric Van der Essen!
May 29, 2005, 22:39 (GMT)
While making TransData, with mixed selection of objects and ipokeys, the
transdata pointers were increased wrong, creating empty gaps (NULL)
May 29, 2005, 22:12 (GMT)
Changed 2 mallocs for object transdata to calloc. TransData->flag was
undefined... and somewhere else in code it thought there was a quaternion.

No idea why these mallocs... just asking for troubles!
May 29, 2005, 19:41 (GMT)
Dependency variables in scenes were initialized in do_versions, instad of
in the scene reading function. Caused 2.37 saved files to crash.
May 29, 2005, 19:14 (GMT)
Version codes for release building + splash.jpg
May 29, 2005, 19:12 (GMT)
2.37 Version code, new Splash!
May 29, 2005, 18:44 (GMT)
Default .B.blend starts with bitmap fonts again.
May 29, 2005, 18:36 (GMT)
Texture font draw error in Outliner, only happens when a buttons window
is in a screen in location above outliner.
Was a missing BIF_SetScale()... this is confusing, we now have three
font systems mixed, which each own peculiarities and settings. Should be
cleaned!
May 29, 2005, 16:52 (GMT)
Reshuffled "Particle Interaction" Panel. Separated in left hand for
forces, right hand for deflection.
May 29, 2005, 12:06 (GMT)
change for libpng includes path on openBSD
requested some times ago by Nathan houghton
May 29, 2005, 11:53 (GMT)
TimeLine playback settings were always initialized to default, for 2.36
version files. Made test a bit cumbersome.
May 29, 2005, 11:20 (GMT)
Tinsy cleanup of combo drawing Manipulators:
- translate+scale : arrow at end of axis
- translate+rotate: draws axis lines now
- while translate: draws the axis line too

And: GCC was nagging about Martin's precious code!
transform_constraints.c:745: warning: suggest parentheses around comparison
in operand of &

Apparently the if(a & b == c) is undefined? Whatever!
May 29, 2005, 10:59 (GMT)
The TOG3 button (material mapping buttons) didn't get correct color set...
Was accidentally not visible, until we added texture drawing for fonts.
May 29, 2005, 10:47 (GMT)
Bug fix #2638

More derivedmesh culling confusement... it should be enabled when double-
sided shaded lighting is used...
May 29, 2005, 10:44 (GMT)
Bug fix #2640

Somehow displacement got negated in my commit of april 12. Regression file
showed it, thanks efbie for finding it! :)
May 29, 2005, 09:57 (GMT)
Crash Fix: Mirror Tool crashed when there was no selection (stupid lack of check).
May 29, 2005, 09:50 (GMT)
Behavior consistency: Make Push-Pull and Shrink-Fatten work in the same way regarding what happens when you move the mouse toward or away from you.
May 29, 2005, 09:21 (GMT)
Push/Pull didn't do Lock Constraint correctly. Fixed.

Also added an isLockConstraint function that tells if the current constraint is a locking constraint or not.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021