6 lines
116 B
Python
6 lines
116 B
Python
import bpy
|
|
scene = bpy.context.scene
|
|
|
|
scene.unit_settings.system = 'METRIC'
|
|
scene.unit_settings.scale_length = 0.01
|