Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Conty Estevez <conty@yafray.org>2004-06-16 22:44:12 +0400
committerAlejandro Conty Estevez <conty@yafray.org>2004-06-16 22:44:12 +0400
commited86852f7e90d9109959646f5819f2486c0dc03d (patch)
treec5c3860846963b4120117a8fd5fb3279bbdb324d /source/blender/yafray/YafRay_Api.h
parent54f9086d3c5a75e92474ec4c6e790f6662793bdf (diff)
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
Diffstat (limited to 'source/blender/yafray/YafRay_Api.h')
-rw-r--r--source/blender/yafray/YafRay_Api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/yafray/YafRay_Api.h b/source/blender/yafray/YafRay_Api.h
index b6c0ad03651..f5ab4817448 100644
--- a/source/blender/yafray/YafRay_Api.h
+++ b/source/blender/yafray/YafRay_Api.h
@@ -5,6 +5,8 @@
#ifdef __cplusplus
extern "C" {
#endif
+void YAF_switchPlugin();
+void YAF_switchFile();
int YAF_exportScene();
//void YAF_displayImage();
void YAF_addDupliMtx(Object* obj);