28.05.10 00:59 diogo.urb 
 | Re: Povray renders half transparent hi serviteur,
From this line: "/usr/bin/install -c povray '/usr/local/bin'" , I see that povray installed on /usr/local, so if you have both, povray 3.6 and 3.7 on your system, the PATH variable gives preference for things on /usr instead of the /usr/local
Therefore, on cycas instead of calling for povray on the render window, try to change povray to /usr/local/bin/povray
That should make the modification for what you need, the case is there is a way to make povray 3.7 to install on /usr instead but it is still beta software so I advise you to have both povray 3.7 and 3.6 so that if 3.7 crashes or doesn't give you the correct result, try with the 3.6.
Now you should also know that you don't need to have a beta software, since I believe you're using KDE4 with suse 11.2, then you can make all your work and then when rendering you can press ALT+SHIFT+F12 that is a shortcut for temporarily suspend the composite effects, once you finished the povray work, you can press alt+shift+f12 once again to reenable the kwin composite effects |