NaN makefile fix for yafray dir and typo corrected on "xml" button tooltip

This commit is contained in:
Alejandro Conty Estevez 2004-06-17 16:34:27 +00:00
parent cfbce399aa
commit 5fb7fbe391
2 changed files with 2 additions and 1 deletions

@ -1298,7 +1298,7 @@ static void render_panel_yafrayGlobal()
uiDefButS(block,TOGN|BIT|0, B_REDR, "Auto AA",5,110,150,20, &G.scene->r.YF_AA,
0, 0, 0, 0, "Set AA using OSA and GI quality, disable for manual control");
uiDefButS(block,TOGN|BIT|0, B_REDR, "xml",175,110,75,20, &G.scene->r.YFexportxml,
0, 0, 0, 0, "Export to an xml file and call yafray isntead of plugin");
0, 0, 0, 0, "Export to an xml file and call yafray instead of plugin");
if(G.scene->r.YF_AA){
uiDefButI(block, NUM, 0, "AA Passes ", 5,85,150,20,
&G.scene->r.YF_AApasses, 0, 64, 10, 10, "AA Passes");

@ -44,6 +44,7 @@ CPPFLAGS += -I../../makesdna
CPPFLAGS += -I../../blenkernel
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../render/extern/include
CPPFLAGS += -I../../render/intern/include
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I../../include
CPPFLAGS += -I..