Welcome to mirror list, hosted at ThFree Co, Russian Federation.

millimeters.py « units_length « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b89918f8b1b1800c3c2ce28aaa6f0b2eb790726e (plain)
1
2
3
4
5
import bpy
scene = bpy.context.scene

scene.unit_settings.system = 'METRIC'
scene.unit_settings.scale_length = 0.001