mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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
|
@classmethod
|
||||||
def sync_perspective_camera_shifts(
|
def sync_perspective_camera_shifts(cls, drawing: ifcopenshell.entity_instance, camera: bpy.types.Camera) -> None:
|
||||||
cls, drawing: ifcopenshell.entity_instance, camera: bpy.types.Camera
|
|
||||||
) -> None:
|
|
||||||
if camera.type != "PERSP":
|
if camera.type != "PERSP":
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user