Revision 6870834 by Martin Poirier May 21, 2008, 10:02 (GMT) |
[#11748] Bevel tool not snapping when holding down ctrl and adjusting value Added proper gear support and fixed some misc errors in the setup of this transformation (negative values hav no effect, so use absolute value and other small things like that) |
Revision 38ffd41 by Peter Schlaile May 20, 2008, 21:30 (GMT) |
== Sequencer == This fixes: [#11745] Blender crashes when changing Scenes on Sequencer`s Strips containing: - last_seq was set to null by scene-render - button handling wasn't very robust (didn't check for null) - REDRAWBUTSSCENE was missing |
Revision 92c9ae2 by Campbell Barton May 20, 2008, 05:55 (GMT) |
replacing epydoc generation script with one copied from bpy docs |
Revision 195abc7 by Campbell Barton May 19, 2008, 13:34 (GMT) |
more updates to docs |
Revision 8ef2f1d by Maxime Curioni May 19, 2008, 13:15 (GMT) |
soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still NOT linking |
Revision f32d99c by Campbell Barton May 19, 2008, 09:54 (GMT) |
some updates to epy docs |
Revision 591a478 by Peter Schlaile May 19, 2008, 06:14 (GMT) |
== Sequencer == This fixes: [11750] "Translate" stops working when offset > image size |
Revision 09b3697 by Maxime Curioni May 19, 2008, 05:34 (GMT) |
soc-2008-mxcurioni: uploaded missing files. Still NOT linking so do not use this version yet :( |
Revision c526b1b by Campbell Barton May 18, 2008, 18:44 (GMT) |
memory corruption error fix when changing orderU/Vs with curves, this could crash blender or make odd display lists. the problem was that the buttons would use the first nurb if there was no 'lastnu', but the makeknots function only checked for lastnu. this meant the knots would not get re-allocated on values would be written outside the array. |
Revision 055dc10 by Ton Roosendaal May 18, 2008, 18:05 (GMT) |
Last part of the svn release commit. It's now in freeze... unless? |
Revision 66af413 by Ton Roosendaal May 18, 2008, 18:05 (GMT) |
Part one of the 2.46 release commit |
Revision 24c8d15 by JLuc Peuriere May 18, 2008, 16:00 (GMT) |
temptative fix for the ndof bug if vd.dist is null at a wrong time, retore to last known good value |
Revision 32918e4 by Maxime Curioni May 18, 2008, 14:10 (GMT) |
corrected swig Sconscript to compile on unix-like machines |
Revision 3effe80 by Ton Roosendaal May 18, 2008, 13:57 (GMT) |
Fix in mball last May 15th causes a hang (eternal loop) in mball.c, a division by zero was not handled (weird though, only shows in OSX PPC. no optimize, debug build.) |
Revision 55655a0 by Maxime Curioni May 18, 2008, 13:01 (GMT) |
soc-2008-mxcurioni: towards Freestyle's first render: controller, config, appglwidget corrected. Freestyle is called but cannot be linked (ImBuf issues). This is an unstable commit. |
Revision 54be27b by Joshua Leung May 18, 2008, 10:41 (GMT) |
Bugfix #11738: PoseLib Preview crashed when there was no active pose as there were no poses at all (i.e. on a newly created Pose Library) . |
Revision aba4f31 by Ton Roosendaal May 18, 2008, 07:30 (GMT) |
Bugfix 11736 CTRL+Click on "load" for image node crashed. NULL pointer test missing... |
Revision d3f7fba by Campbell Barton May 17, 2008, 22:37 (GMT) |
fix for [#11691] No checks in curve code for "Number of points <= Order U" added checks for a nurbes orderu being larger then pntsu. This has the same effect as the curve having only 1 point. (its display list is not generated but it is still added but a dummy displist with zero points is made) memcpy was also being used where the memory overlaped (probably worked in most cases but this is incorrect and valgrind complained), use memmove instead. |
Revision 81dee8e by Brecht Van Lommel May 17, 2008, 13:41 (GMT) |
Fix for mistake in recent interface bugfix commit. |
Revision bb6c67c by Joshua Leung May 17, 2008, 00:35 (GMT) |
Bugfix #11717: Rendering (Internal/OGL) would crash when StampInfo was on and adding info about the active camera, if there was no camera in the scene. |
|