Revision b955a53 by Daniel Genrich April 9, 2008, 19:10 (GMT) |
Cloth bugfix for new timescaling feature |
Revision ec12629 by Brecht Van Lommel April 9, 2008, 17:14 (GMT) |
Bugfix: scaling images anti-aliased with either the width or height staying the same did not work correct (showed up in the sequencer). |
Revision 906666a by Daniel Genrich April 9, 2008, 16:38 (GMT) |
Cloth enhancement for upcomming cache changes: support different speed using clmd->sim_parms->timescale |
Revision 235f793 by Campbell Barton April 9, 2008, 15:46 (GMT) |
Made aspx/y into floats so we can render precise regions (for apricot terrain baking) |
Revision 9f6080c by Daniel Genrich April 9, 2008, 15:28 (GMT) |
Cloth/Collision modifier now gets add to the tail of the modifier stack as that is normal behaviour for all other modifiers, too. |
Revision e324cbd by Joshua Leung April 9, 2008, 10:33 (GMT) |
Action Editor - Renamed 'AfterTrans Delete Dupli-Frames' to 'AutoMerge Keys' for |
Revision d30cc5f by Stephen Swaney April 9, 2008, 07:27 (GMT) |
API Doc for new Object attributes trackAxis and upAxis. contributed by Cedric Paille. Thanks! Fix broken indentation in Constraint doc. |
Revision 9aa985a by Campbell Barton April 8, 2008, 20:08 (GMT) |
minor edit to last commit, fixed a possible python error |
Revision b96b7ab by Geoffrey Bantle April 8, 2008, 19:35 (GMT) |
-> Fix for last commit on FLT exporter Forgot to change some dictionary keys in source which would break export. Fixed |
Revision dba13f9 by Campbell Barton April 8, 2008, 17:01 (GMT) |
use mkdtemp for the scons tempfile path rather then '.sconf_temp', this way 2 blenders can be compiled at once from the same path. (debug and release for instance, as long as they build in their own dir) |
Revision 006d4d1 by Nils Thuerey April 8, 2008, 16:56 (GMT) |
This version now includes the fluid control sources, however the Blender interface for it is still missing. Right now there is only a simple hard coded example, that moves a single control particle with strong attraction and velocity forces through the domain. I added more detailed information about the control code to the wiki http://wiki.blender.org/index.php/SoCFluidDevelDoc#The_Fluid-Control_Branch , together with some thoughts on how a Blender integration could be done. |
Revision daeedc1 by Stephen Swaney April 8, 2008, 16:50 (GMT) |
fix compiler warnings - deja vu all over again. buttons_object.c:2326: warning: too many arguments for format buttonns_object.c:3829: warning: ordered comparison of pointer with integer zero |
Revision 61bbcca by Brecht Van Lommel April 8, 2008, 16:28 (GMT) |
Optimization for the sequencer wipe effect, was doing a lot of unnecessary computations for each pixel making it quite slow. |
Revision fa5d030 by Campbell Barton April 8, 2008, 15:07 (GMT) |
setting the blend value for a sequencer strip would crash when the strip had both char and float buffers. |
Revision ca982d2 by Martin Poirier April 8, 2008, 13:40 (GMT) |
Proper fix for camera transform with snap. Please email me or report a bug when such problem arise, it's simpler if done properly the first time. |
Revision 589e641 by Daniel Genrich April 8, 2008, 12:58 (GMT) |
Sorry, reverting bad things in modifier.c |
Revision fef157a by Daniel Genrich April 8, 2008, 12:55 (GMT) |
Cloth bugfix: used old dm instead of new created result derivedmesh; Code cleanup + deactivation of unsued selfcollision code in kdop.c + little speedup there |
Revision 2af8964 by Campbell Barton April 8, 2008, 11:57 (GMT) |
moving the camera on the local Z axis while in the camera view didn't work when snapping was enabled (even though the CTRL key was not pressed) |
Revision aed7f95 by Jens Ole Wund(bjornmose) April 7, 2008, 21:58 (GMT) |
bug fix UI panel issues with soft bodies code cleaning .. remove some G.rt code |
Revision 79ed118 by Martin Poirier April 7, 2008, 20:56 (GMT) |
Potential fix for [#8113] Blender.Registry segfault when no permission to write This converts exceptions in Warning in selected points of the registry module. While I couldn't reproduce the segfault ( I received the Py error as expected), this isn't a bad idea anyway, since the BPy C counterpart was discarding the error anyway, making it a warning is a bit more inline with its meaning. The exception is not preventable nor fixable from a script's point of view, so better to silence it and print a warning to the console instead. |
|