forked from bartvdbraak/blender
4d9766aacf
- remove / comment unused python vars - replace mul_v3_fl(somevec, -1.0f); with negate_v3(somevec);
5 lines
150 B
Python
5 lines
150 B
Python
import bpy
|
|
bpy.context.object.data.sensor_width = 23.4
|
|
bpy.context.object.data.sensor_height = 15.6
|
|
bpy.context.object.data.sensor_fit = 'HORIZONTAL'
|