From 6ed79ede7e1718daeaf47b55b9c5bc387618d75d Mon Sep 17 00:00:00 2001 From: Alejandro Conty Estevez Date: Tue, 6 Jan 2004 12:28:31 +0000 Subject: Eeshlo fixed the iYFexport path problem and added a file selector button for it. Now win32 users should have less problems. I added export of the "no shadow" flag (traceable) And changed the reflection export scheme so now blender's RayMir is used as yafray's min_refle and the amount of reflection is controled by the mir color. This seems more intuitive. And now IOR is exported also for reflection only, wich is needed for fresnel. --- source/blender/include/blendef.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/include/blendef.h') diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h index 8ee9d489e99..204e8b45c32 100644 --- a/source/blender/include/blendef.h +++ b/source/blender/include/blendef.h @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id$ * * ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** * @@ -299,6 +299,8 @@ #define B_PYTHONDIRFILESEL 335 #define B_SOUNDDIRFILESEL 336 #define B_TEMPDIRFILESEL 337 +/* yafray: for exportdir select */ +#define B_YAFRAYDIRFILESEL 338 /* END Definitions for the fileselect buttons in user prefs */ /* IMAGE: 350 */ -- cgit v1.2.3