April 22, 2008, 19:14 (GMT) |
WITH_BULLET wasn't working for Makefiles. I changed it so its tests are more inline with other defines. Jesterking said this shouldn't affect scons so yell at him if it does. ;) Kent |
Revision fa27b5b by Campbell Barton April 22, 2008, 15:37 (GMT) |
Script templates, metaball creation script from forTe, and camera script from macouno |
April 22, 2008, 14:53 (GMT) |
Patch from Paprmh (Rob) forgot to update the check for valid sequence plugin version # (The version bump didn't affect sequence plugins so missed it) This patch also brought the plugin includes back inline with imbuf stuff. I'm putting it on my todo to see if we can't remove this duplication so that this is not a reoccuring issue. Kent |
Revision 6672bb1 by Campbell Barton April 22, 2008, 14:32 (GMT) |
use detectable autorepeat for X11, this way, holding a key will only give multiple down events, father then down,up,down,up.... etc. This is needed for apricot so they can play games in blenders :) |
Revision bee5b11 by Brecht Van Lommel April 22, 2008, 10:34 (GMT) |
Fix for bug #9489: particle uv coordinates were not correct for children from particles on subsurf. |
Revision ea8ffd8 by Brecht Van Lommel April 22, 2008, 10:08 (GMT) |
Fix for bug #9491: cancelling bake didn't reset the simulation properly, now it also keeps the already baked frames in the cache up to the point is was cancelled. |
Revision d186ba5 by Peter Schlaile April 22, 2008, 07:40 (GMT) |
== FFMPEG == Forgot to set audio_codec correctly on output. Shame on me. |
Revision fddb50d by Joshua Leung April 22, 2008, 03:43 (GMT) |
Added a check to make sure repeat value isn't 0. |
Revision 65ca9c2 by Campbell Barton April 21, 2008, 22:17 (GMT) |
bpy sequencer api can add color strips, changing strip length wasnt re-allocating stripdata which was causing memory free errors, added proxy options, directort read/write and some more flags. |
Revision a1b1cfd by Daniel Genrich April 21, 2008, 22:02 (GMT) |
Cloth: Fix point cache memory leak when duplicating cloth |
Revision c9c3c41 by Daniel Genrich April 21, 2008, 21:30 (GMT) |
April 21, 2008, 20:57 (GMT) |
Update of the Urainian translation Submitted by: Serhij Dubyk Kent |
Revision 2a7fa9e by Andrea Weikert April 21, 2008, 19:24 (GMT) |
== SCONS == added new ffmpeg libraries to scons win32 msvc build. |
Revision 46847c8 by Simon Clitherow April 21, 2008, 15:53 (GMT) |
Bug fix for 8634, 6708, and 5989 This replaces the hard-coded '%PROFILE%Application Data..." path with the correct language-dependant CSIDL_APPDATA. PLEASE NOTE! Checks for the previous location have now been REMOVED. Any data saved in the old hard-coded location will no longer be found by Blender (this will only affect users of non-english windows.) The installer has been updated to help the user to migrate their data to the new location of their choice, if necessary. Order of preference for .blender on windows is now the following: 1) %HOME% environment var 2) Installation Directory (location of blender.exe) 3) "Current User" (CSIDL_APPDATA) 4) "All Users" (CSIDL_COMMON_APPDATA) |
Revision b818118 by Brecht Van Lommel April 21, 2008, 10:15 (GMT) |
Fix for bug #9487: converting particle system with dupliverts to the new system didn't work correct. |
Revision 7c68038 by Brecht Van Lommel April 21, 2008, 09:24 (GMT) |
Fix for bug #9093: array modifier merging didn't work entirely correct after a recent bugfix. |
Revision 4ca900b by Chris Want April 21, 2008, 03:55 (GMT) |
Small fix from GSR for using pkg-config to find OpenEXR libraries |
Revision d71d1f2 by Daniel Genrich April 20, 2008, 21:56 (GMT) |
Chance wind scaling to be the same as particles |
Revision 9098de4 by Benoit Bolsee April 20, 2008, 21:01 (GMT) |
second attempt to fix compilation problem with 2D shaders on systems without GLExt or without shader support: use GL_ARB_shader_objects to conditionally compile the 2D shader code |
Revision 8ac1330 by Campbell Barton April 20, 2008, 19:27 (GMT) |
Patch from Mario Lapin, fixes [#7394] 3ds File Import is broken |
|