6 lines
120 B
Python
6 lines
120 B
Python
![]() |
import bpy
|
||
|
scene = bpy.context.scene
|
||
|
|
||
|
scene.unit_settings.system = 'IMPERIAL'
|
||
|
scene.unit_settings.scale_length = 0.0254
|