mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Polish camera shift support
This commit is contained in:
committed by
GitHub
parent
da4b2f6eee
commit
62ed650b75
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user