Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2011-09-18 01:51:19 +0400
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2011-09-18 01:51:19 +0400
commitbce60d66010f78d0811cd45deb26d556f38981e7 (patch)
tree49eafa28e31639d9fb213eaa786224110d4e827d /render_povray/__init__.py
parentf5b1d89c9128cff67eb3e6c2053d83ffbdd5a986 (diff)
Changed Default for Depth Of Field to False
Fixed a type error for dimensions of rectangular area lights
Diffstat (limited to 'render_povray/__init__.py')
-rw-r--r--render_povray/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 792b9930..b21a9ac4 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -454,7 +454,7 @@ class RenderPovSettingsCamera(bpy.types.PropertyGroup):
#DOF Toggle
dof_enable = BoolProperty(
name="Depth Of Field", description="EnablePOV-Ray Depth Of Field ",
- default=True)
+ default=False)
#Aperture (Intensity of the Blur)
dof_aperture = FloatProperty(