Blender Git Commit Log
Git Commits -> Revision c245379
Revision c245379 by Alfredo de Greef (master) October 26, 2004, 00:52 (GMT) |
Bugfixes: Blender hemilight shadow flag now ignored (reported by varuag). Texture axes were not exported for procedural textures. Duplicate armatures were not handled correctly (reported by richie). Triangle uv-coord splitting (reported by anael, richie & Alvaro). Additions: Material 'TexFace' mode now works too, as in Blender it functions as an extra first texture channel, replacing the base color. The new noise functions for procedural textures are now supported in yafray, but is not quite completed yet, still undergoing changes. (needs yafray from cvs). The 'power' button has been renamed to 'EmitPwr', since it controls background, arealight (including lamp with radius) & material emit power. This button can now be used with the 'SkyDome' method as well to control background lighting. To control indirect lighting power, a button called 'GI pwr' has been added, only use this when really necessary, first try modifying 'EmitPwr' instead. Removed: The 'gradient' button. This includes the python code to set this parameter as well. |
Commit Details:
Full Hash: c245379175a23f26a92b3e2adbda39b9fb46c396
SVN Revision: 3306
Parent Commit: 85c8891
Lines Changed: +1035, -655
10 Modified Paths:
/source/blender/makesdna/DNA_scene_types.h (+3, -3) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+0, -19) (Diff)
/source/blender/renderconverter/intern/convertBlenderScene.c (+2, -2) (Diff)
/source/blender/src/buttons_scene.c (+6, -6) (Diff)
/source/blender/yafray/intern/export_File.cpp (+476, -267) (Diff)
/source/blender/yafray/intern/export_File.h (+3, -3) (Diff)
/source/blender/yafray/intern/export_Plugin.cpp (+507, -332) (Diff)
/source/blender/yafray/intern/export_Plugin.h (+6, -6) (Diff)
/source/blender/yafray/intern/yafray_Render.cpp (+27, -16) (Diff)
/source/blender/yafray/intern/yafray_Render.h (+5, -1) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+0, -19) (Diff)
/source/blender/renderconverter/intern/convertBlenderScene.c (+2, -2) (Diff)
/source/blender/src/buttons_scene.c (+6, -6) (Diff)
/source/blender/yafray/intern/export_File.cpp (+476, -267) (Diff)
/source/blender/yafray/intern/export_File.h (+3, -3) (Diff)
/source/blender/yafray/intern/export_Plugin.cpp (+507, -332) (Diff)
/source/blender/yafray/intern/export_Plugin.h (+6, -6) (Diff)
/source/blender/yafray/intern/yafray_Render.cpp (+27, -16) (Diff)
/source/blender/yafray/intern/yafray_Render.h (+5, -1) (Diff)