blender/source
Ton Roosendaal 2d12365f7c Previewrender (buttons) now supports Lamp, Texture and Sky previews
again. One exception I didn't solve yet... for the Stucci texture.

In a next commit I will add the preview.blend, so people can play with it!

The rules for preview.blend are pretty primitive still... might become
a bit more advanced later. Here's what it uses now:

- If Object has name starting with 'p' it will get the to-be-previewed
  Material or Lamp assigned
- If Object has name starting with 't' its Material gets the texture
  assigned for Texture previews

The layer codes for current preview options are in DNA_material_types.h;

#define MA_SPHERE		0
#define MA_CUBE			1
#define MA_FLAT			2
#define MA_MONKEY		3
#define MA_SPHERE_A		4
#define MA_TEXTURE		5
#define MA_LAMP			6
#define MA_SKY			7

(SPHERE_A is sphere with alpha for icons)
2006-01-29 13:10:20 +00:00
..
blender Previewrender (buttons) now supports Lamp, Texture and Sky previews 2006-01-29 13:10:20 +00:00
creator Giant commit! 2006-01-23 22:05:47 +00:00
darwin Updating build systems: folder release/bpydata/ moved to release/scripts/bpydata/ 2005-04-16 18:25:42 +00:00
gameengine Orange: replaced obsolete IMB_rectop() with IMB_rectcpy() in game engine. 2006-01-28 16:43:00 +00:00
icons - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
kernel Orange: missing sync for game engine in orange, compiles now again! 2006-01-28 17:19:21 +00:00
Makefile Final merge of HEAD (bf-blender) into the orange branch. 2006-01-28 16:35:18 +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 Final merge of HEAD (bf-blender) into the orange branch. 2006-01-28 16:35:18 +00:00
nan_link.mk OpenEXR support for Windows Makefiles 2006-01-10 06:29:57 +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 Added #!/usr/bin/python standard script identifier to the start of SConscript files. 2004-05-16 13:07:20 +00:00