mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Fix resetting perspective camera on drawing activation (1619ae854)
This commit is contained in:
@@ -233,7 +233,7 @@ def update_has_linework(self: "BIMCameraProperties", context: bpy.types.Context)
|
|||||||
|
|
||||||
|
|
||||||
def update_target_view(self: "BIMCameraProperties", context: bpy.types.Context) -> None:
|
def update_target_view(self: "BIMCameraProperties", context: bpy.types.Context) -> None:
|
||||||
if self.target_view != "MODEL_VIEW":
|
if self.update_props and self.target_view != "MODEL_VIEW":
|
||||||
self.camera_type = "ORTHO"
|
self.camera_type = "ORTHO"
|
||||||
update_layer(self, context, "TargetView", self.target_view)
|
update_layer(self, context, "TargetView", self.target_view)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user