Hi,
This piece of code is causing trouble for some reason:
center1 = (chunk.markers[cam1].position + chunk.markers[cam2].position) / 2
I get this error:
TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'
This seems to be a new error as I didn't have it before updating, does anyone else have this?