Use faster rending for testing.
This commit is contained in:
parent
050c3a4438
commit
d4ac6705e5
9 changed files with 6 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
@ -5,10 +5,10 @@ def setup_renderer(engine="CYCLES"):
|
|||
# Set up and do the render
|
||||
if engine=="CYCLES":
|
||||
bpy.context.scene.render.engine = 'CYCLES'
|
||||
bpy.context.scene.cycles.samples = 300.0
|
||||
bpy.context.scene.cycles.samples = 30.0
|
||||
bpy.context.scene.cycles.caustics_reflective = False
|
||||
bpy.context.scene.cycles.caustics_refractive = False
|
||||
bpy.context.scene.cycles.max_bounces = 1000.0
|
||||
bpy.context.scene.cycles.max_bounces = 0.0
|
||||
bpy.data.scenes["Scene"].render.use_border = True # Tell Blender to use border render
|
||||
bpy.data.scenes["Scene"].render.border_max_y = 0.75 # Set the border top at 3/4 of the image's height
|
||||
bpy.data.scenes["Scene"].render.border_min_y = 0.33 # Set the border bottom at 1/3 of the image's height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue