Skip to content

Commit

Permalink
Revert "fix: move generated QR code to the cursor position"
Browse files Browse the repository at this point in the history
This reverts commit dfd6260.
  • Loading branch information
vasarhelyi committed Oct 17, 2023
1 parent dfd6260 commit 43974dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ def _create_points(self, context) -> PointsAndColors:
points.shape = (0, 3)

points *= self.spacing
points += context.scene.cursor.position

return PointsAndColors(points)

0 comments on commit 43974dd

Please sign in to comment.