]> git.pld-linux.org Git - packages/blender.git/blob - blender-noxml-yafray.patch
- try to load /usr/share/BlenderLanguages file, if .Blanguages search fails
[packages/blender.git] / blender-noxml-yafray.patch
1 diff -urN blender/source/blender/src/buttons_scene.c /home/users/gj/rpm/BUILD/blender/source/blender/src/buttons_scene.c
2 --- blender/source/blender/src/buttons_scene.c  2005-02-19 20:44:28.000000000 +0100
3 +++ /home/users/gj/rpm/BUILD/blender/source/blender/src/buttons_scene.c 2005-02-19 20:38:53.000000000 +0100
4 @@ -1363,7 +1363,7 @@
5  
6         uiDefButS(block,TOGN|BIT|0, B_REDR, "Auto AA", 5,140,150,20, &G.scene->r.YF_AA, 
7                                         0, 0, 0, 0, "Set AA using OSA and GI quality, disable for manual control");
8 -       uiDefButS(block,TOGN|BIT|0, B_REDR, "xml", 175,140,75,20, &G.scene->r.YFexportxml,
9 +       uiDefButS(block,TOG|BIT|0, B_REDR, "xml", 175,140,75,20, &G.scene->r.YFexportxml,
10                                         0, 0, 0, 0, "Export to an xml file and call yafray instead of plugin");
11         if(G.scene->r.YF_AA){
12                 uiDefButI(block, NUM, B_DIFF, "AA Passes ", 5,115,150,20, &G.scene->r.YF_AApasses, 0, 64, 10, 10, "Number of AA passes (0 is no AA)");
This page took 0.041541 seconds and 3 git commands to generate.