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

02_Fast.py « radiosity « pov « presets - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08864c83e11da13c73651e0ec54c49742a376876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import bpy
scene = bpy.context.scene

scene.pov.radio_adc_bailout = 0.005
scene.pov.radio_always_sample = False
scene.pov.radio_brightness = 1.0
scene.pov.radio_count = 80
scene.pov.radio_error_bound = 0.4
scene.pov.radio_gray_threshold = 0.0
scene.pov.radio_low_error_factor = 0.9
scene.pov.radio_media = False
scene.pov.radio_subsurface = False
scene.pov.radio_minimum_reuse = 0.025
scene.pov.radio_maximum_reuse = 0.2
scene.pov.radio_nearest_count = 5
scene.pov.radio_normal = False
scene.pov.radio_recursion_limit = 1
scene.pov.radio_pretrace_start = 0.08
scene.pov.radio_pretrace_end = 0.02