4 lines
87 B
Python
4 lines
87 B
Python
|
|
import bpy
|
||
|
|
bpy.context.object.data.sensor_x = 32
|
||
|
|
bpy.context.object.data.sensor_y = 18
|