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:
authorAlfredo de Greef <eeshlo@yahoo.com>2006-05-29 07:59:12 +0400
committerAlfredo de Greef <eeshlo@yahoo.com>2006-05-29 07:59:12 +0400
commit649dcd94bb119e44336f7bc55963c92fea957a94 (patch)
tree71a7d584ce4c591c9ff930e48b8bc59a3e82cf76 /source/blender/yafray/YafRay_Api.h
parent7b1d6021a4d78915cebe77faf500b86c49617960 (diff)
Yafray 'should' now work again. A bit more testing needed.
But seems to work sofar anyway, composit nodes should work as well.
Diffstat (limited to 'source/blender/yafray/YafRay_Api.h')
-rw-r--r--source/blender/yafray/YafRay_Api.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/blender/yafray/YafRay_Api.h b/source/blender/yafray/YafRay_Api.h
index f5ab4817448..8c47a79837f 100644
--- a/source/blender/yafray/YafRay_Api.h
+++ b/source/blender/yafray/YafRay_Api.h
@@ -5,12 +5,11 @@
#ifdef __cplusplus
extern "C" {
#endif
-void YAF_switchPlugin();
-void YAF_switchFile();
-int YAF_exportScene();
-//void YAF_displayImage();
-void YAF_addDupliMtx(Object* obj);
-int YAF_objectKnownData(Object* obj);
+ void YAF_switchPlugin();
+ void YAF_switchFile();
+ int YAF_exportScene(Render* re);
+ void YAF_addDupliMtx(Object* obj);
+ int YAF_objectKnownData(Object* obj);
#ifdef __cplusplus
}
#endif