Files
blender/release/scripts/presets/units_length/millimeters.py

6 lines
117 B
Python
Raw Normal View History

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