Polish camera shift support

This commit is contained in:
copilot-swe-agent[bot]
2026-07-02 17:47:30 +00:00
committed by GitHub
parent da4b2f6eee
commit 62ed650b75
+1 -3
View File
@@ -464,9 +464,7 @@ class Drawing(bonsai.core.tool.Drawing):
}
@classmethod
def sync_perspective_camera_shifts(
cls, drawing: ifcopenshell.entity_instance, camera: bpy.types.Camera
) -> None:
def sync_perspective_camera_shifts(cls, drawing: ifcopenshell.entity_instance, camera: bpy.types.Camera) -> None:
if camera.type != "PERSP":
return