ZhoutongZhang
ZhoutongZhang
the image center should be at (h-1)*scale/2 and (w-1)*scale/2. It seems the intrinsics from [here](https://github.com/xiumingzhang/xiuminglib/blob/973b587f63f14b246637a825768d9a88af2fe788/xiuminglib/blender/camera.py#L329) and [here](https://github.com/xiumingzhang/xiuminglib/blob/973b587f63f14b246637a825768d9a88af2fe788/xiuminglib/blender/camera.py#L336) is off by one pixel. Changing it to the correct offset gives correct...
### Description Under incremental generation mode, we hit `Internal precondition failure` when generating the xcode project. Specifically, the top level target is an `ios_application` with extensions. The error seems to...