- Projection and extrusion fixed again
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user