Revision a42dd14 by Joshua Leung September 10, 2008, 12:04 (GMT) |
Bugfix: There were too many undo events being added for IPO Editor when selecting items with the mouse. Removed deselectall_editipo()'s undo push, as it was never called standalone anyway. |
Revision f5c19c2 by Joshua Leung September 10, 2008, 11:45 (GMT) |
Bugfix #17495: IPO curve handles go haywire When editing IPO curve handles on a curve that belongs to a NLA-strip with repeat != 1 and 'AutoMerge Keyframes' on, the scaling correction was causing more problems than it was worth. |
Revision fdb057f by Daniel Genrich September 10, 2008, 11:42 (GMT) |
Implement softbody function for modifier_depeends_on_time() |
Revision 1c44562 by Daniel Genrich September 10, 2008, 11:40 (GMT) |
Bugfix [#12033] Cloth and Softbody don't work with Object Actions (fix pointed out by Aligorith. Ton: You might like to look over this) |
Revision dfd51ab by Daniel Genrich September 10, 2008, 11:38 (GMT) |
Bugfix [#17592] Complex particle system crash |
Revision 190aae2 by Daniel Genrich September 10, 2008, 11:04 (GMT) |
Revision c40fe7b by Daniel Genrich September 10, 2008, 10:53 (GMT) |
Revision 75078d6 by Brecht Van Lommel September 10, 2008, 09:51 (GMT) |
Fix for bug #17589: removing a lamp in the game engine with glsl materials did not work correct. |
Revision ecc5bdb by Campbell Barton September 10, 2008, 03:34 (GMT) |
2 gamelogic templates, one with example functions and comments, another minimal template for those who know the api. |
Revision eaf84d2 by Campbell Barton September 10, 2008, 01:17 (GMT) |
BPY merge from apricot branch. work around non unix line endings using pythons execfile() function rather then loading the binary data and manually stripping the line endings. |
Revision 74ab278 by Benoit Bolsee September 9, 2008, 22:40 (GMT) |
BGE bug #17549: fix crash on removeParent() with static mesh. Fix scaling bug on setParent(). Add python setWorldPosition() to allow setting object position in world coordinate regardless if it is a root or a child object. |
Revision aa10e1b by Daniel Genrich September 9, 2008, 21:46 (GMT) |
Bugfix for [#17363] Edge selection mode + knife twice = latter cut doesn't do anything |
Revision f305bb2 by Benoit Bolsee September 9, 2008, 21:15 (GMT) |
Patch 17508: Blender Web Plugin - XEmbed. Enable XEmbed integration of blenderplayer, using -i as input parameter to pass embedder window id. create a minimal web plugin to embed blenderplayer on web pages (using gecko/mozilla as browser). Only for *nix. |
Revision fede495 by Ken Hughes September 9, 2008, 20:52 (GMT) |
Python API ---------- Bugfix #14425. Particle.Get() could return a list of invalid items. The API still needs more work, but for now throw an NotImplemented exception. |
Revision f198acd by Brecht Van Lommel September 9, 2008, 20:19 (GMT) |
Fix for bug #14775: memorblock end corrupt print, needed to allocate one byte more for the align menu string 0 terminator. |
Revision df1d598 by Brecht Van Lommel September 9, 2008, 20:09 (GMT) |
Fix for bug #17588: crash with ctrl+a and no active object. |
Revision 84d7e2e by Brecht Van Lommel September 9, 2008, 20:00 (GMT) |
Fix for bug #17443: make bone heat weighting solve a bit less sensitive to poorly shaped geometry, should succeed solving in more cases now. |
Revision efcbb9e by Maxime Curioni September 9, 2008, 19:00 (GMT) |
soc-2008-mxcurioni: Win32 build clean-up |
Revision 568ba15 by Daniel Genrich September 9, 2008, 18:44 (GMT) |
Bugfix for [#17329] Bevel Weights are lost after Subsurf |
Revision 449f210 by Nathan Letwory September 9, 2008, 18:03 (GMT) |
* Make sure freestyle branch compiles with SCons/msvc9 on Windows. This was joint operation with mxcurioni :) |
|