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

6 lines
120 B
Python
Raw Normal View History

import bpy
scene = bpy.context.scene
scene.unit_settings.system = 'IMPERIAL'
scene.unit_settings.scale_length = 0.0254