gmax Rendering
| Introduction | Scene Scaling | gmax to YafRay v1.2 | Renders & Links |
|
| New YafRay Export Utility Panel Main Rollout ![]() ![]() |
The new main panel is shown in the default state with 2 open rollouts. The other segments start rolled up to conserve space, their open states are shown later.
The first open rollout is for adjusting the main Rendering parameters.
|
About Paths & Filenames Once you've set the Data and Image paths you normally won't need to reset them unless the export utility is closed. The data and image filenames default to the scene name, and always use the same name. This allows you to quickly export a series of data files and the embedded image names will stay in-sync. i.e. You might have an animation that you want to render so you would export \Box01, then advance to the next frame, change the file name to Box02, export & grab it, rename it to Box03, export & grab, etc. Then you could run YafRay to render the files Box01.xml, Box02.xml, etc. and the rendered image names will be Box01.tga, Box02.tga, etc. |
|
Topmost Rollout![]() |
This rollout contains all the options for setting the Global Illumination properties. GI is one of the key features in the YafRay renderer, it allows you to create renders with soft shadows rather than the hard edged shadows common with basic ray tracing. These options are explained at xzzy's web site. |
Remaining Rollouts![]() |
These rollouts contain the options for the 2D Filters and Background properties. These options are explained at xzzy's web site. |
|
The default parameters for the script can be changed using notepad to customize your installation of the exporter.
Near the top of the file is a list of the default values, here is the beginning of the parameter block...
local unit_scale = 0.10 to local unit_scale = 1.0 To change the default Light Multiplier value to 250, change the line; local light_pow = 50.0 to local light_pow = 250.0 If you want to set the default data export path, change the line; local file_path to local file_path = "G:\Yafray\Exported" or whatever directory you desire, note there is NO trailing slash in the filepath. |
Sample gmax/yafray renders & links to tutorials top of page |