mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 01:11:40 +00:00
Fix typo in 1619ae854
This commit is contained in:
@@ -510,7 +510,7 @@ def update_camera_type(self: "BIMCameraProperties", context: bpy.types.Context)
|
||||
|
||||
CameraType = Literal["PERSP", "ORTHO"]
|
||||
CAMERA_TYPE_ENUM_ITEMS: dict[CameraType, tuple[str, str]] = {
|
||||
"ORTHO": ("Ortographic", "Most common camera for the drawings, supporting all of the features."),
|
||||
"ORTHO": ("Orthographic", "Most common camera for the drawings, supporting all of the features."),
|
||||
"PERSP": ("Perspective", "The only avilable features for perspective camera: freestyle linework, underlay."),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user