Blender Git Commit Log

Git Commits -> Revision f32b8e6

Revision f32b8e6 by Alfredo de Greef (master)
July 12, 2004, 03:20 (GMT)
added support for ortho camera (needs yafray from cvs)
When using xml export, yafray will now render the alpha channel as well when 'RGBA' button in blender is enabled (Plugin does this automatically).
In plugin code, fixed smooth shading bug for non-mesh objects.
Relative paths for textures are now recognized (plugin & xml).
Fixed problem with duplicate objects (plugin & xml).
Really old bug, sun position is now correct (plugin & xml).
World background now can also be a regular image texture (jpeg & tga), but for now always assumes spheremapping, which is not the same as Blender either. In yafray the texture is assumed to be a full 360 (panorama type) map.
convertBlenderScene.c cleanup, the identity transform 'hack' is removed.
THIS AFFECTS ALL EXTERNAL RENDERERS (Aqsis and others) WHICH RELY ON THE RENDERDATA OUTPUT, VERTICES AND LAMPCOORDINATES/VECTORS NOW NEED TO BE TRANSFORMED BACK TO WORLD COORDINATES. See yafray plugin/export code.

Commit Details:

Full Hash: f32b8e6b7f2caef90ef83b44864d2499619c4169
SVN Revision: 2783
Parent Commit: c90ffd4
Lines Changed: +316, -244

7 Modified Paths:

/source/blender/render/intern/source/initrender.c (+5, -4) (Diff)
/source/blender/renderconverter/intern/convertBlenderScene.c (+11, -45) (Diff)
/source/blender/yafray/intern/export_File.cpp (+144, -100) (Diff)
/source/blender/yafray/intern/export_File.h (+1, -1) (Diff)
/source/blender/yafray/intern/export_Plugin.cpp (+142, -88) (Diff)
/source/blender/yafray/intern/export_Plugin.h (+3, -3) (Diff)
/source/blender/yafray/intern/yafray_Render.cpp (+10, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021