Blender Git Commits

Blender Git "master" branch commits.

Page: 4503 / 5574

Revision e2a5862 by gsr b3d
November 23, 2009, 17:27 (GMT)
Two files missing in case conversion in r24816.
November 23, 2009, 17:12 (GMT)
Remove forced sse compile flags on render for linux. This is very bad.

Use user flags instead.
November 23, 2009, 17:07 (GMT)
2.5 bugfix: 3d view zoom operator delta had wrong range.

November 23, 2009, 16:58 (GMT)
bugfix: uninitialized values
November 23, 2009, 16:53 (GMT)
2.5 bugfix: transformation constraint values did not have correct range.

November 23, 2009, 16:24 (GMT)
New CLICK event value. If RELEASE is not handled and last event was PRESS of same type, redo handlers with CLICK value (this means you can "click" key events too).

Leftmouse+Ctrl to extrude now mapped to Click instead of Release. Release was used to avoid conflict with lasso, but it isn't safe with modal operators that use Press to confirm (subsequent Release then extruded). Click is semantically closer to what we want here.
November 23, 2009, 16:04 (GMT)
use decorators for python attributes, added bone.length
November 23, 2009, 15:41 (GMT)
made release log link point correctly to the release log.
November 23, 2009, 15:22 (GMT)
remove F7 for running test.py, was useful when we had a py api but not text editor :)
this gets rid of F7 next to all the presets
November 23, 2009, 15:20 (GMT)
links to Python API docs from splash and help menu
November 23, 2009, 15:19 (GMT)
2.5: fix python error when showing 3d view properties panel
with no active bone.

November 23, 2009, 15:17 (GMT)
Beta -> Alpha ;)
November 23, 2009, 15:08 (GMT)
missing include for memset()
November 23, 2009, 15:04 (GMT)
use lowercase filenames, they are prettyfied for the menu
November 23, 2009, 14:59 (GMT)
Replaced the blender.html file with a new readme.html

The old file was very outdated, messy and included lots of excess information.
The new one is more specific to Blender 2.5 and is more concise, to the point.
Additionally this should mean we can avoid having a release_250.txt file in addition to this, to help clean up the install folder.
November 23, 2009, 14:58 (GMT)
pose_bone attributes, children, children_recursive, parent_recursive & parent_index() function.
November 23, 2009, 14:51 (GMT)
2.5 alpha0 splash image, by david revoy!
Now will check if we can call for ahoy...

November 23, 2009, 14:51 (GMT)
First of 2.5 alpha0 release commit

Revision 0e165c5 by Joseph Eagar
November 23, 2009, 14:41 (GMT)
did math lib conversion, equivilent to merge with trunk/2.5 at r24464
November 23, 2009, 14:08 (GMT)
rename PoseChannelConstraints to PoseBoneConstraints
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021