Files
test2/scripts/presets/cycles/performance/Lower_Memory.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
336 B
Python
Raw Normal View History

import bpy
render = bpy.context.scene.render
cycles = bpy.context.scene.cycles
render.threads_mode = 'AUTO'
render.use_persistent_data = False
cycles.debug_use_spatial_splits = False
cycles.debug_use_compact_bvh = True
cycles.debug_use_hair_bvh = True
cycles.debug_bvh_time_steps = 0
cycles.use_auto_tile = True
cycles.tile_size = 512