blender/source
Ton Roosendaal eb42008067 Upgraded max limit for faces in render. Up to now, quads were zbuffered
as triangles, with a tag bit to denote which triangle was which part of
the quad. That was hardcoded bit 0x800000, which allows a maximum of
about 8 million quads...

I've made this a nice #define, set to be 16 times larger. So, now the
facejunkies can go up to 128 Million faces, were it not that this will eat
up a load of memory!
I only have 1 Gig in this machine. A test with 9M vertices and 7.5M quads
eats up 912 MB of memory already. If this becomes a real issue, I know
tricks how to make the vertices 20 bytes smaller, and faces 4 bytes, which
would in the above case save about 200 MB. Not much... but probably worth
the try? A much better method is of course 'bucketing' the renderdata per
tile. It's a spec of the render recode, but not a quicky to add.

Also: bug fix in curve code. There was a short counter still, crashing on
large curves with resol set to 1024 :)
2006-02-08 18:28:28 +00:00
..
blender Upgraded max limit for faces in render. Up to now, quads were zbuffered 2006-02-08 18:28:28 +00:00
creator == SCons == 2006-02-04 14:15:10 +00:00
darwin Updating build systems: folder release/bpydata/ moved to release/scripts/bpydata/ 2005-04-16 18:25:42 +00:00
gameengine ==SCons== 2006-02-07 21:24:36 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel ==SCons== 2006-02-07 21:24:36 +00:00
Makefile Adds ffmpeg-support on Linux-platforms. Since ffmpeg is installed 2006-02-05 19:49:29 +00:00
nan_compile.mk Put back the -O2 default for compiling with makefiles in OSX. 2006-01-28 19:48:29 +00:00
nan_definitions.mk Support for ffmpeg for cygwin/gcc. Off by default, enable with 2006-02-06 06:34:36 +00:00
nan_link.mk Using NAN_FFMPEG_CFLAGS to find the right headers, and making linking 2006-02-06 06:22:39 +00:00
nan_subdirs.mk Clean up for Makefiles: some of the directories were being printed 2005-04-09 22:40:34 +00:00
nan_warn.mk big warning hunt commit 2005-03-09 19:45:59 +00:00
SConscript == SCons == 2006-02-04 14:15:10 +00:00