Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making View Rotation Macro work with floats #170

Open
fatihyaman661 opened this issue Apr 22, 2024 · 0 comments
Open

Making View Rotation Macro work with floats #170

fatihyaman661 opened this issue Apr 22, 2024 · 0 comments

Comments

@fatihyaman661
Copy link

I am really noob how to use git, so I couldn't manage to commit this myself. However in Puregui/viewRotation.FCMacro line 237, the entered value is changed into an integer. I couldn't see a reason to make this an integer. I have downloaded the macro and changed this line into

value = float(self.line_edits[i].text())

The code worked flawlessly and I was able to input float values as well. With this simple change the macro can be made much better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant