Closed bkurdali closed 2 years ago
Do int values still work for older versions of blender? If they don't it will need to be added at some point.
In older versions of Blender, when a float value was assigned to scene.resolution_(x|y)
, it was automatically cast to an int value.
Since Blender 3.0, type checking has been added.
So there is no compatibility issue, in my opinion.
Newer Blenders require render resolution to be Ints as opposed to Floats.