Blender Git Commits

Blender Git "master" branch commits.

Page: 4624 / 5574

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
Revision a0e252c by Matt Ebb
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).
August 2, 2009, 03:59 (GMT)
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
August 2, 2009, 01:00 (GMT)
Added ramp input and blend settings in RNA and layouts.
August 1, 2009, 22:33 (GMT)
remove own postscript font loading code (rely on freetype now)
Revision 0045a70 by gsr b3d
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.
August 1, 2009, 18:03 (GMT)
Changed the type of returned value of BPy_directedViewEdge_from_directedViewEdge()
from list to tuple.
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.
August 1, 2009, 17:08 (GMT)
Small fix to lights export.
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
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.
August 1, 2009, 10:21 (GMT)
August 1, 2009, 10:13 (GMT)
Update MSVC projects files
August 1, 2009, 09:39 (GMT)
2.5 Background Image:

* Replaced NC_OBJECT with NC_WINDOW notifier.
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.
August 1, 2009, 06:44 (GMT)
Importer now creates skin vertex groups and reads vertex weights.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021