- Projection and extrusion fixed again

This commit is contained in:
bklronin
2024-07-16 20:11:24 +02:00
parent c6f48a6e78
commit 048ace83ce
3 changed files with 99 additions and 45 deletions

View File

@@ -57,6 +57,7 @@ class SketchWidget(QWidget):
for point in lines:
x, y = point
self.proj_snap_lines = lines
# Invert X from projection might be happening in the projection for some reason Careful
coord = QPoint(x, y)
self.proj_snap_points.append(coord)