blender/source/blender
Campbell Barton c6528b3cd4 bufgfix for [#13584] SIGSEV in fluid bake with large amount of small fluid objects
the maximum number of objects (255) wasnt being checked, added a check before baking.
also changed bakeing to use G.scene->base rather then G.main->objects since these can be in other scenes, from linked 
groups, or used only by python so they should not be used for baking. it also meant having a domain in 2 scenes would fail with an error.

Nils, could be good to have a dynamic number of bakeable objects.
2008-05-31 19:01:14 +00:00
..
avi Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
blenkernel Fix for bug #13224: vertex parenting didn't work correct with 2008-05-28 18:11:45 +00:00
blenlib bugfix 2008-05-30 01:59:15 +00:00
blenloader Fix for bug #12473: crash converting old particle system from 2008-05-23 09:23:57 +00:00
blenpluginapi fix gcc warnings 2008-04-29 08:24:33 +00:00
ftfont Suggestion by GSR; move "extern C" into header file, remove "_" from 2008-04-25 19:18:24 +00:00
imbuf == FFMPEG == 2008-05-05 22:08:50 +00:00
include bugfix 2008-05-31 16:22:07 +00:00
makesdna This is patch [#9053] More concrete makesdna reporting 2008-05-30 19:46:48 +00:00
nodes Commit patch #9059 by gsrb3d 2008-05-25 21:11:34 +00:00
python bugfix for own error, introduced when running scripts were saved with the blend file. 2008-05-31 12:12:03 +00:00
quicktime missed out on some BLI_convertstringcode's, also found that playing relative quicktime paths from the python api never worked, was using the 'Scene' type cast to a char. 2008-05-04 15:02:48 +00:00
radiosity Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
readblenfile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
render This is patch [#9057] Updated doc string to match current defines 2008-05-30 19:52:42 +00:00
src bufgfix for [#13584] SIGSEV in fluid bake with large amount of small fluid objects 2008-05-31 19:01:14 +00:00
verify Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
yafray More fixes for compiling 2008-05-04 10:48:45 +00:00
CMakeLists.txt Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Makefile Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
SConscript Filling in branch from trunk 2007-11-06 22:29:20 +00:00