blender/release/scripts/presets/units_length/meters.py

6 lines
115 B
Python
Raw Normal View History

import bpy
scene = bpy.context.scene
scene.unit_settings.system = 'METRIC'
scene.unit_settings.scale_length = 1.0