Changeset View
Changeset View
Standalone View
Standalone View
render_povray/__init__.py
| Context not available. | |||||
| default=True) | default=True) | ||||
| pov_editor = BoolProperty( | pov_editor = BoolProperty( | ||||
| name="POV-Ray editor", | name="POV-Ray editor", | ||||
| description="Don't Close POV-Ray editor after rendering (Overriden" | description="Don't Close POV-Ray editor after rendering (Overridden" | ||||
| " by /EXIT command)", | " by /EXIT command)", | ||||
| default=False) | default=False) | ||||
| deletefiles_enable = BoolProperty( | deletefiles_enable = BoolProperty( | ||||
| Context not available. | |||||
| dof_aperture = FloatProperty( | dof_aperture = FloatProperty( | ||||
| name="Aperture", | name="Aperture", | ||||
| description="Similar to a real camera's aperture effect over focal blur (though not " | description="Similar to a real camera's aperture effect over focal blur (though not " | ||||
| "in physical units and independant of focal length). " | "in physical units and independent of focal length). " | ||||
| "Increase to get more blur", | "Increase to get more blur", | ||||
| min=0.01, max=1.00, default=0.50) | min=0.01, max=1.00, default=0.50) | ||||
| Context not available. | |||||
| min=0.01, max=0.99, default=0.20) | min=0.01, max=0.99, default=0.20) | ||||
| normal_enable = BoolProperty(name="Perturbated Camera", default=False) | normal_enable = BoolProperty(name="Perturbated Camera", default=False) | ||||
| cam_normal = FloatProperty(name="Normal Strenght", min=0.0, max=1.0, default=0.0) | cam_normal = FloatProperty(name="Normal Strength", min=0.0, max=1.0, default=0.0) | ||||
| normal_patterns = EnumProperty( | normal_patterns = EnumProperty( | ||||
| name="Pattern", | name="Pattern", | ||||
| description="", | description="", | ||||
| Context not available. | |||||