hlorus / CAD_Sketcher

Constraint-based geometry sketcher for blender
GNU General Public License v3.0
2.77k stars 136 forks source link

On Mac M2 it won't start any of the function that generates 2d shapes and gives me this error when I create a circle #487

Open Jasssbo opened 2 months ago

Jasssbo commented 2 months ago

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()

hlorus commented 2 months ago

What's the addon version you're using?