November 23, 2009, 17:27 (GMT) |
Two files missing in case conversion in r24816. |
Revision 2dac330 by Martin Poirier November 23, 2009, 17:12 (GMT) |
Remove forced sse compile flags on render for linux. This is very bad. Use user flags instead. |
Revision 53667cc by Brecht Van Lommel November 23, 2009, 17:07 (GMT) |
2.5 bugfix: 3d view zoom operator delta had wrong range. |
Revision 4cac7c8 by Campbell Barton November 23, 2009, 16:58 (GMT) |
bugfix: uninitialized values |
Revision fe14b6d by Brecht Van Lommel November 23, 2009, 16:53 (GMT) |
2.5 bugfix: transformation constraint values did not have correct range. |
Revision d1f314a by Martin Poirier 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. |
Revision 66a013b by Campbell Barton November 23, 2009, 16:04 (GMT) |
use decorators for python attributes, added bone.length |
Revision bd1de4b by William Reynish November 23, 2009, 15:41 (GMT) |
made release log link point correctly to the release log. |
Revision 190de2b by Campbell Barton 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 |
Revision f4d3ce1 by Campbell Barton November 23, 2009, 15:20 (GMT) |
links to Python API docs from splash and help menu |
Revision c0e26df by Brecht Van Lommel November 23, 2009, 15:19 (GMT) |
2.5: fix python error when showing 3d view properties panel with no active bone. |
Revision d92c151 by William Reynish November 23, 2009, 15:17 (GMT) |
Beta -> Alpha ;) |
Revision a2c0f3d by Campbell Barton November 23, 2009, 15:08 (GMT) |
missing include for memset() |
Revision f92524a by Campbell Barton November 23, 2009, 15:04 (GMT) |
use lowercase filenames, they are prettyfied for the menu |
Revision 6eaf249 by William Reynish 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. |
Revision cb51710 by Campbell Barton November 23, 2009, 14:58 (GMT) |
pose_bone attributes, children, children_recursive, parent_recursive & parent_index() function. |
Revision 6b56738 by Ton Roosendaal November 23, 2009, 14:51 (GMT) |
2.5 alpha0 splash image, by david revoy! Now will check if we can call for ahoy... |
Revision cb255ba by Ton Roosendaal 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 |
Revision d459c9c by Campbell Barton November 23, 2009, 14:08 (GMT) |
rename PoseChannelConstraints to PoseBoneConstraints |
|