Blender Git Commits

Blender Git "master" branch commits.

Page: 4923 / 5574

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)
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

May 20, 2008, 05:55 (GMT)
replacing epydoc generation script with one copied from bpy docs
May 19, 2008, 13:34 (GMT)
more updates to docs
May 19, 2008, 13:15 (GMT)
soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still NOT linking
May 19, 2008, 09:54 (GMT)
some updates to epy docs
May 19, 2008, 06:14 (GMT)
== Sequencer ==

This fixes:
[11750] "Translate" stops working when offset > image size

May 19, 2008, 05:34 (GMT)
soc-2008-mxcurioni: uploaded missing files. Still NOT linking so do not use this version yet :(
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.
May 18, 2008, 18:05 (GMT)
Last part of the svn release commit. It's now in freeze... unless?

May 18, 2008, 18:05 (GMT)
Part one of the 2.46 release commit

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
May 18, 2008, 14:10 (GMT)
corrected swig Sconscript to compile on unix-like machines
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.)

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) .
May 18, 2008, 07:30 (GMT)
Bugfix 11736

CTRL+Click on "load" for image node crashed.
NULL pointer test missing...


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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021