blender/source
Willian Padovani Germano 7b3b3ae432 Trying to fix bug reported by Peter den Bak and Meino Christian Cramer (thanks!):
-- splash screen disappeared (duh, I did that!) and Blender quits upon exiting from some 225 games:

It was troublesome to find how to run demos in general with the screen correctly redrawn before they started, etc.  Ended up making the above error in screenmain().  About the games, I don't have them and will need some time to get the files for testing, but I'll do it, though only on linux.

BPython:
-- Window: added GetScreens, SetScreen and improved GetScreenInfo.
-- Object, NMesh: updated (added in NMesh) method getMaterials to return either only valid materials as before or also empty slots (as None).  This previous omission can be considered a bug, since it made info about materials incomplete / incompatible with face mat indices.  Thanks Yann Vernier for bringing this up and sending/proposing a patch that also fixed a bug related to assigning lists of materials with different lengths to obj and its mesh. setMaterials also accepts Py_None entries now, which become empty slots in Blender.
-- doc updates.
2004-07-20 08:16:46 +00:00
..
blender Trying to fix bug reported by Peter den Bak and Meino Christian Cramer (thanks!): 2004-07-20 08:16:46 +00:00
creator Demo mode and BPython: 2004-07-16 03:08:43 +00:00
darwin Correct icons for OSX 2004-04-28 21:19:18 +00:00
gameengine Port Python updates from Tuhopuu2: 2004-07-17 05:28:23 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00
Makefile windows-gcc vs. solid, round 2 2004-07-19 02:43:07 +00:00
nan_compile.mk Changes for OSX compiling with Makefiles; 2004-05-01 16:52:29 +00:00
nan_definitions.mk Added SuperLU 3.0: 2004-07-13 11:42:13 +00:00
nan_link.mk enable openal support for os x and linux-powerpc 2004-04-14 13:00:36 +00:00
nan_subdirs.mk This should have been fixed long ago ... create important 2004-07-15 15:06:54 +00:00
nan_warn.mk removed -Wbad-function-cast -Wmissing-declarations -Wnested-externs 2004-03-05 21:29:34 +00:00
SConscript Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00