You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: