Skip to content

Commit

Permalink
fix: move generated QR code to the cursor position
Browse files Browse the repository at this point in the history
  • Loading branch information
vasarhelyi committed Oct 17, 2023
1 parent 90615b8 commit dfd6260
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ 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 dfd6260

Please sign in to comment.