]> git.pld-linux.org Git - packages/blender.git/blame - blender-noxml-yafray.patch
- rel 2
[packages/blender.git] / blender-noxml-yafray.patch
CommitLineData
27c347c8 1--- blender/source/blender/src/buttons_scene.c.old 2005-06-20 14:57:25.000000000 +0200
2+++ blender/source/blender/src/buttons_scene.c 2005-06-20 14:57:44.000000000 +0200
3@@ -1332,7 +1332,7 @@
4 // label to force a boundbox for buttons not to be centered
5 uiDefBut(block, LABEL, 0, " ", 305,180,10,10, 0, 0, 0, 0, 0, "");
d8f36edd 6
27c347c8 7- uiDefButS(block,TOGN|BIT|0, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
8+ uiDefButS(block,TOG|BIT|0, B_REDR, "xml", 5,180,75,20, &G.scene->r.YFexportxml,
d8f36edd 9 0, 0, 0, 0, "Export to an xml file and call yafray instead of plugin");
27c347c8 10
11 uiDefButF(block, NUMSLI, B_DIFF,"Bi ", 5,35,150,20, &(G.scene->r.YF_raybias),
This page took 0.077808 seconds and 4 git commands to generate.