Blender Git Loki
Git Commits -> Revision ed86852
Revision ed86852 by Alejandro Conty Estevez (master) June 16, 2004, 18:44 (GMT) |
New export through plugin scheme for yafray. It is working on linux and mac os x Needs latest yafray, you can get it from cvs, but I have also binaries for os x here: http://www.coala.uniovi.es/~jandro/noname/downloads/yafray-0.0.6-3.pkg.zip To use it, go to yafray panels (global settings) and uncheck the "xml" button. That would tell the export code to avoid xml export and use the yafray plugin instead. You'll see the render being draw while running and you can even stop it with ESC key. Since I'm sure problems will appear, expect updates soon. Remember: does not work on win32 |
Commit Details:
Full Hash: ed86852f7e90d9109959646f5819f2486c0dc03d
SVN Revision: 2675
Parent Commit: 54f9086
Lines Changed: +1660, -5
4 Added Paths:
/source/blender/yafray/intern/export_Plugin.cpp (+1310, -0) (View)
/source/blender/yafray/intern/export_Plugin.h (+67, -0) (View)
/source/blender/yafray/intern/yafexternal.cpp (+83, -0) (View)
/source/blender/yafray/intern/yafexternal.h (+179, -0) (View)
/source/blender/yafray/intern/export_Plugin.h (+67, -0) (View)
/source/blender/yafray/intern/yafexternal.cpp (+83, -0) (View)
/source/blender/yafray/intern/yafexternal.h (+179, -0) (View)
7 Modified Paths:
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/render/intern/source/initrender.c (+4, -0) (Diff)
/source/blender/src/buttons_scene.c (+3, -0) (Diff)
/source/blender/yafray/intern/api.cpp (+5, -2) (Diff)
/source/blender/yafray/intern/yafray_Render.cpp (+1, -1) (Diff)
/source/blender/yafray/SConscript (+5, -1) (Diff)
/source/blender/yafray/YafRay_Api.h (+2, -0) (Diff)
/source/blender/render/intern/source/initrender.c (+4, -0) (Diff)
/source/blender/src/buttons_scene.c (+3, -0) (Diff)
/source/blender/yafray/intern/api.cpp (+5, -2) (Diff)
/source/blender/yafray/intern/yafray_Render.cpp (+1, -1) (Diff)
/source/blender/yafray/SConscript (+5, -1) (Diff)
/source/blender/yafray/YafRay_Api.h (+2, -0) (Diff)