hlorus / CAD_Sketcher

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

Treat has_coincident like a function #421

Closed bonjorno7 closed 10 months ago

bonjorno7 commented 10 months ago

These function calls are missing their parentheses, so instead of checking whether has_coincident returns True, it checks whether the function exists at all, which means it's always True.

hlorus commented 10 months ago

Nice catch, thanks alot