Fix resetting perspective camera on drawing activation (1619ae854)

This commit is contained in:
Andrej730
2025-05-08 15:37:39 +05:00
parent dcdae67a2d
commit 76529a06bb
+1 -1
View File
@@ -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:
if self.target_view != "MODEL_VIEW":
if self.update_props and self.target_view != "MODEL_VIEW":
self.camera_type = "ORTHO"
update_layer(self, context, "TargetView", self.target_view)