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

Python error when rotating the Gizmo #2

Closed
L0Lock opened this issue Jul 10, 2022 · 1 comment
Closed

Python error when rotating the Gizmo #2

L0Lock opened this issue Jul 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@L0Lock
Copy link
Owner

L0Lock commented Jul 10, 2022

Blender Version
Broken: 3.2.0

Short description of error
Calling any Gizmo rotation function returns the following error:

Python: Traceback (most recent call last):
  File "C:\AppInstall\Blender\MyScripts\addons\Gizmo Tools\__init__.py", line 273, in execute
    ot(value=addon_prefs.rinc, orient_axis='Y', orient_type='LOCAL')
  File "C:\AppInstall\Blender\stable\blender-3.2.0+stable.e05e1e369187\3.2\scripts\modules\bpy\ops.py", line 115, in __call__
    ret = _op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.transform.rotate.poll() failed, context is incorrect
@L0Lock L0Lock added the bug Something isn't working label Jul 10, 2022
@L0Lock L0Lock self-assigned this Jul 10, 2022
@L0Lock
Copy link
Owner Author

L0Lock commented Jul 11, 2022

Fixed in 6c91458

@L0Lock L0Lock closed this as completed Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant