HowTo:Use POV-Ray with Blender
Features
Some key features of the exporter include:
- Geometry import and export with their modifiers, keyed and physics animation
- Add POV-Ray specific non mesh primitives (never show tesselation)
- Instances
- Hair particles
- Smoke simulations
- Atmospheric media (volume fog)
- HDRI environment mapping
- Aperture depth of field
- Material properties such as filtering, emission, translucency, subsurface scattering, glass fog (tinted absorption), blurry/glossy reflections...
- Procedural textures (emulated from Blender Internal and POV-Ray native)
- Image textures
- Texture influence channels: Alpha ; Diffuse ; Bump ; Specular ; Mirror (uses same channel as specular)
- Global Illumination: Radiosity (Indirect Lighting) ; Photons caustics (reflect/refract); meshlights
- Custom POV-Ray code input giving access to any POV-Ray feature not supported by the exporter.
POV-Ray 3.7 features volumetrics and media (scattering/absorbing), blurry reflections(uberpov), ghosting for motion blur(uberpov), micropoly displacement (HGPOV) etc.
User's page | Developer's page |
- POV-Ray Site
- Exporter Quick Start
- POV-Ray Documentation
- Sample Materials
- POV-Ray centric default workspace
- ---
- ---
- ---
- ---
- ---
- ---
- ---
- ---
- design ideas
- regression files
Standard Script Information at the bottom of this page.
POV-Ray 3.7 Exporter for Blender 2.8x
POV-Ray is an an SDL based (Scene Description Language) rendering engine with a long history that makes it very stable and feature rich. The latest version of POV-Ray 3.7 can be found at: http://www.povray.org/download/
Though this exporter is currently shipped with any official Blender builds, the POV-Ray 3.7 renderer itself is not included in Blender like some other renderers are (Cycles or Freestyle for instance). Instead, users are just expected to download and install it for themselves: See the Installation page for platform specific details on how to get, install or build POV-Ray.
Download
- Of course, don't forget to download and install POV-Ray itself !
The POV-Ray exporter is shipped with every official Blender release, so you can start using it directly.
However, after checking the logs of every commit to the source of the script for new features or bug fixes, if you find out you need an update,
- You can download all the script at once by clicking snapshot
- or download a fresh blender build including scripts from generally a few days before
here.
Usage
Quick Start
1. Go to the menu Persistence of Vision down the list of render Add-Ons. Choose the tab and check |
|
2. Choose | from renderer choices.|
3. Then you can render as usual with the F12 in default keymap) | render menu or its shortcut (
The image will be rendered according to parameters set in the Properties Window.
Main global render settings for instance can be changed in the tab of properties window.But there are also properties for environment, material (textures), object, etc. all accessible in neighboring tabs contextually depending on selected object (geometry, camera, light...) |
POV compatible forks
Below is a comparison of some features of the two engines available to this exporter to help picking a branch:
===== Feature/Engine/Support =====
|
===== POV-Ray =====
|
===== UberPOV =====
|
---|---|---|
Full Spectral Resolution | ||
Supersampling | ||
Alpha Mapping | ||
Bump Mapping | ||
Normal Mapping | ||
Displacement Mapping | ||
Motion Blur | ||
Sub Surface Scattering (SSS) | ||
Volumetric Scattering (Medium) | ||
Blurred Reflections | ||
Clay Render | ||
Depth of Field | ||
Material Layering | ||
Thin Film Coating | ||
Dispersion | ||
Anisotropy | ||
Thin Film Interference | ||
Complex IOR Files | ||
Coating Thickness Absorption | ||
Custom Reflectance 90 | ||
Custom Fresnel Curve | ||
Sigma Texture | ||
Sun-Pool Caustics | ||
Ambient Occlusion | ||
Lens Shift | ||
Diaphragm Circular/Polygonal | ||
Per-Model Texture Coordinates | ||
Texture Projection Modes | ||
Front/Camera Mapping | ||
Multiple UV Channels | ||
Texture Tone Mapping | ||
Procedural Textures | ||
Texture Layering | ||
Synthesis Texture Layering | ||
Point Lighting | ||
Mesh Lighting | ||
Image-based Lighting | ||
Physical Sun/Sky | ||
HDRI Support | ||
IES Support | ||
Instance Support | ||
Resume/Merge Render | ||
Interactive Render | ||
Vignetting / Bloom / Glare (Post) | ||
Camera Response CRF (Post) | ||
Color Balance (Post) | ||
Multithreading | ||
Region Rendering | ||
Passive Emitter | ||
Invisible Emitter | ||
Invisible Model | ||
Shadowless Model | ||
Shadowless Point Lights | ||
Bucket Rendering |
Activating UberPOV
UberPOV is a development branch of POV-Ray. Just like MegaPOV used to be in the old days.
HERE you can download a standalone installer that will not interfere with a standard POV-Ray installation and HERE is an update to the main binary.
Choose the feature set and just point the renderer path in to the location of the engine you choose to use and you're good to go.
Note that Feature Set is what features get written in the POV file and the Binary Location path points Blender at the binary to actually render it with. Whithout any Binary Location path, Blender will use the environment variables and try to find the most feature rich binary available in that directory. So if you installed UberPOV it's most probably being used for rendering, but you still need to enable its feature set to enjoy specific features, like blurry reflections. And if you want to be sure to use the plain official POV-Ray 3.7 engine instead, just explicitly point the Binary Location path to it.
Exported UI Properties
Render Properties
Radiosity
In POV-Ray, Radiosity is diffuse inter-reflection which has nothing to do with vertex color based radiosity. In fact, it is more similar to final gathering of irradiance samples and provides a noise free indirect light.
Some presets to radiosity are included, their names and settings are those of the rad_def include file shipped with POV-Ray, they set up the properties so you don't need to include the rad_def.inc in the exported pov, it's one of the many examples of what an interface like blender can bring to all POV-Ray users who are not used to have one.
Anti-aliasing
Three sampling methods are supported:
- non-recursive
- recursive
- stochastic (Monte-Carlo)
The third is only available for UberPOV
Sampling depth
Values must be comprised between 1 and 9. Higher values increase render time and may even introduce some undesired blur.
Anti-alias threshold
In the simple, non-recursive method, POV-Ray initially traces one ray per pixel. If the color of a pixel differs from its neighbours (to the left or above) by at least the set threshold value, then the pixel is super-sampled by shooting a given, fixed number of additional rays. The default threshold is 0.3 but it may be changed using this Antialias_Threshold=n.n option.
Depth of Field Without Anti-Aliasing | |
Using no anti aliasing when camera Depth of field is on will speed up rendering and often provide decent enough images. |
Bounding method
Also called acceleration, it is set to automatic BSP (Binary space partitioning) by the exporter as it's generally the most efficient(POV-Ray 3.7 only) but other acceleration methods are available in POV-Ray.
Command line switches
Some command line arguments can be passed to POV-Ray. Arguments are separated by spaces. Command line switches consist of a / (Slash), + (plus) or - (minus) sign, followed by one or more alphabetic characters and possibly a numeric value.
-D | Hide image while rendering Use the command line switch -D to not show the rendered image in POV-Ray (slightly faster and lighter on memory). The image will be sent back to Blender after completion (on Linux this is a hidden default switch to avoid OS specific editor problems). |
+WT | Limit the number of threads used +WT1 limits POV-Ray to using only one single render thread. (Likewise, +WT2 would instruct POV-Ray to use two render threads.) |
+C | Continue an interrupted render +C for "Continue trace" is able to recover the point at which your last render stopped and continue it from there (even if you switched off your computer) |
/EXIT | Close POV-Ray after rendering the image There is also an option in POV-Ray for windows interface to do the same: The "On Completion" option to "Exit POV-Ray for Windows" (in the Render Menu).
|
Fast Preview Renders | |
When first setting up your scene, and for fast preview rendering, turn off anti aliasing, depth of field, photons, Radiosity, expensive material features, and in the scene Shading panel, turn off shadows.
(other features might get turned off from this panel in future versions of the exporter) Alternatively, use the [Reference:Tracing_Options#Quality_Settings "quality" command line switches] +q1 to +q11. These allow you to easily disable most of the CPU-intensive features. |
Formatting
The exported POV-Ray file can be customized:
- Different indentation characters to choose from.
- Option to add comments to POV-Ray file.
- Option to write long lists of coordinates in one line for easier browsing of the POV file (and slightly faster parsing by the renderer)
- Choice of character encoding is automatic for versions above 3.8
Scene Properties
Color Management
sRGB is supposed to be always used currently (except for world colors which seem to still be linear in Blender Internal).
World Properties
BackgroundBlender World gets exported
(sky texture currently appears a little different because of its mapping). |
Using a World Preset such as Clear Blue Sky can also setup scattering media to a natural looking atmosphere. |
Atmospheric Media(to create volume lights):
|
Object Properties
Importance sampling
It is a priority value between 0 and 1 that can be set per object in the Object properties tab for Radiosity to shoot more rays at object that require them most. Touch this rather carefully when trying to improve render times.
Data Properties
The script exports Sky, Lights, Hair particles, Smoke, fluids, Meshes, Blobs (MetaBalls).
Camera
Depth of FieldIt has to be enabled for below property to act: The focal point of depth of field is based on Blender UI Distance field, or object field. Aperturesets the blur amount. (increase to get more) |
PerturbationNormal map for camera plane, native POV procedural patterns can be used with variable
|
Light
- No Shadows toggle button can be used to deactivate tracing of shadows for specific lamps only
For Realistic Light Attenuation | |
Use Inverse square falloff, and a small falloff distance value with a higher light intensity will give the best results with Povray's implementation of inverse square law. See this discussion |
Smoke
|
Hair
|
Material Properties
Emission
|