hlorus

Results 224 comments of hlorus

There's still an error when applying the steps described before: ValueError: verts: found the same (BMVert) used multiple times Error: Python: Traceback (most recent call last): File "/home/yoga/Dropbox/blend/extensions/CAD_Sketcher/operators/set_sketch.py", line 20,...

Blender 4.4. This is a simple testfile where it happens when i leave the sketch: [circle-resolution.zip](https://github.com/user-attachments/files/20032106/circle-resolution.zip) (Just change the file ending from .zip to .blend)

Just to be clear, workplanes are only selectable on their edge, not on their face. Also one of the addon's workspace tools (usually the addon's select tool) has to be...

> And at start, we can see `Error: Unable to retrieve addon version`, this is odd no ? This was a bug but should already be resolved with the newest...

Maybe someone could try uninstalling the solver and addon and reinstalling the addon through the new extension mechanism which is described here: https://hlorus.github.io/CAD_Sketcher/installation/ That way the correct solver module is...

> Went back to here on a whim: [d71f674](https://github.com/hlorus/CAD_Sketcher/commit/d71f674f9aa15601efd6c0542f749a083a16682b) This was the latest commit that touched the drawing/selection stuff so it would be great to try the addon versio before...

Hey these are great changes, thanks! I still have some input however: Overlapping entity selection: - dosesn't work on my end, is there a modifier key that needs to be...

It behaves a bit weird, when i move the cursor away from the plane it stays hovered, also i cannot manage to select a plane border through another plane. https://github.com/user-attachments/assets/97f1bcfb-7ef7-478f-83a9-d948e7861bfa...

I'm now getting an import error: Traceback (most recent call last): File "/app/blender/4.4/scripts/modules/addon_utils.py", line 432, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/blender/4.4/python/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package,...

Amazing, the workplane selection works great! I still get an error when trying to write out the selection texture: AttributeError: 'NoneType' object has no attribute 'draw' Traceback (most recent call...