Yafray
Da Kino3DWiki.
This article is a stub. Help Kino3d completing it!
| Rendering Engine ID Card | |
|---|---|
| |
| Name | Yafray - Yet another Free Raytracer |
| Latest release: | 0.0.8 |
| Licence: | G.P.L. |
| Website: | http://yafray.org |
| Technical Info | |
| Operating systems: | WINDOWS - LINUX - MAC |
| Global Illumination | supported |
| Raytracing | supported |
Contents |
Introduction
YafRay (Yet Another Free RAYtracer) is the most blender integrated rendering engine (after Blender Internal one, of course :)). It has a lot of excellent features, with acceptable rendering times.
At the moment, YafRay developing is freezed becauser main coders are very busy with work
The Work.. It will destroy the word. We have to stop it!
Features
- XML File Format
- Full Global illumination
- Raytracing
- Multi Processor Rendering
- ...
Benchmarks
Blender Intregation
Native Integration
In blender's rendering tab (key F12) you can choose YafRay as rendering engine and start rendering directly without (manually) exporting it. Rendering will be done internally but using Yafray libraries
Exporters
XML
From blender rendering tab (key F12), checking "XML" checkbox, the scene will be exported in XML Format, then render will be started using yafray external binary
Yable
Yable is is a python script. It's no longer supported since yafray has been integrated into blender
Working with Yafray
Still Images
yafray [options] <filename.xml>
Options :
-s Render using the specified strategy. Valid values are
"threaded": Multi-threaded (default)
"mono": Single process
"fork": Multi-process
-c N Number of threads/processes to use
-z Use Net optimized
-r min_x:max_x:min_y:max_y Render region, values between -1 and 1
whole image is -r -1:1:-1:1
-v YafRay Version


