We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the error it gives me: Python: Traceback (most recent call last): File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 512, in modal return self.evaluate_state(context, event, event_triggered) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 553, in evaluate_state values = to_list(self._get_state_values(context, state, coords)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 519, in _get_state_values pos_val = position_cb(context, coords) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/operators/add_circle.py", line 57, in get_radius delta = Vector(pos) - self.ct.co ^^^^^^^^^^^ TypeError: mathutils.Vector()
The text was updated successfully, but these errors were encountered:
What's the addon version you're using?
Sorry, something went wrong.
No branches or pull requests
This is the error it gives me:
Python: Traceback (most recent call last):
File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 512, in modal
return self.evaluate_state(context, event, event_triggered)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 553, in evaluate_state
values = to_list(self._get_state_values(context, state, coords))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/stateful_operator/logic.py", line 519, in _get_state_values
pos_val = position_cb(context, coords)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/andreamazzurana/Library/Application Support/Blender/4.1/scripts/addons/CAD_Sketcher-main/operators/add_circle.py", line 57, in get_radius
delta = Vector(pos) - self.ct.co
^^^^^^^^^^^
TypeError: mathutils.Vector()
The text was updated successfully, but these errors were encountered: