Revision 90f089e by Campbell Barton August 2, 2009, 10:32 (GMT) |
fix for crash in background mode. |
Revision 0bbc122 by Joshua Leung August 2, 2009, 07:08 (GMT) |
2.5 - Bugfixes * Added operator for jumping to the start and end frames. Shift Up/Down * Fixed bad spacing for buttons in Graph Editor header |
August 2, 2009, 06:22 (GMT) |
NaN makefiles now support and build with precompiled Python 3.1 by default on Mac |
Revision 24d1cf7 by Joshua Leung August 2, 2009, 06:10 (GMT) |
Animato - Bugfixes for ShapeKeys + ShapeKey Drivers * Animated ShapeKey F-Curves/Drivers are now visible in the Animation Editors. * As a result of this, the old 'ShapeKeys' mode (which would display all the shapekey channels, even if they had no keyframes yet) in the DopeSheet, no longer works for now. However, it would have been of no use as no sliders were shown anyway. * Drivers which depended on the rotation of bones now work again. These now point to the right RNA properties, and get some extra 'time' corrections (for degrees -> radians change). |
Revision de36dd1 by Campbell Barton August 2, 2009, 03:59 (GMT) |
Revision f45dcf0 by Campbell Barton August 2, 2009, 03:41 (GMT) |
- X11 tablet was using uninitialized variables. - Added BLENDER_FORCE_SWAPBUFFERS in help message. |
Revision dd2db37 by Joshua Leung August 2, 2009, 03:15 (GMT) |
2.5 - Fixes for crashes when moving keyframes in F-Curve channels |
Revision 41b7240 by William Reynish August 2, 2009, 01:00 (GMT) |
Added ramp input and blend settings in RNA and layouts. |
Revision a9da1fc by Campbell Barton August 1, 2009, 22:33 (GMT) |
remove own postscript font loading code (rely on freetype now) |
August 1, 2009, 22:23 (GMT) |
Allow users enabling workaround for menus with some Mesa3D drivers. Define the env var BLENDER_FORCE_SWAPBUFFERS to enable (1, yes, oui, the value does not matter, code just checks for existence). The issue seems to happen with Intel and Radeon, but enabling myswapbuffers() hack solves it (or reduces to just flicker) for now. https://bugs.freedesktop.org/show_bug.cgi?id=21774 Reported by Philippe Van Hecke. |
Revision 6d1ad35 by Tamito Kajiyama August 1, 2009, 18:03 (GMT) |
Changed the type of returned value of BPy_directedViewEdge_from_directedViewEdge() from list to tuple. |
Revision 2c642d1 by William Reynish August 1, 2009, 17:50 (GMT) |
Further improved shape keys UI. Made value slider stretch to the entire width of the panel, useful for added precision. Also used greying out when shapes are locked. |
Revision 4647354 by Chingiz Dyussenov August 1, 2009, 17:08 (GMT) |
Small fix to lights export. |
Revision f081b18 by Chingiz Dyussenov August 1, 2009, 12:49 (GMT) |
* Commented out converter of polygons to triangles - it's not working yet. * Fixed textures export. TODO: * Fix lights export |
Revision 7355cff by Thomas Dinges August 1, 2009, 10:36 (GMT) |
2.5 Object Force RNA: * Added RNA properties for Bullet Softbody. Only RNAified properties which are used in 2.49a GUI. |
Revision c3a4936 by Andre Susano Pinto August 1, 2009, 10:21 (GMT) |
Revision b6abeca by Benoit Bolsee August 1, 2009, 10:13 (GMT) |
Update MSVC projects files |
Revision 6a6a69a by Thomas Dinges August 1, 2009, 09:39 (GMT) |
2.5 Background Image: * Replaced NC_OBJECT with NC_WINDOW notifier. |
Revision 41a0bfa by Campbell Barton August 1, 2009, 09:07 (GMT) |
sizeof() was being used incorrectly to clear X11 m_keyboard_vector, would only have 4-8 bytes cleared rather then 32. fix for harmless memleak too. |
Revision 2b6e98b by Chingiz Dyussenov August 1, 2009, 06:44 (GMT) |
Importer now creates skin vertex groups and reads vertex weights. |
|