hlorus

Results 224 comments of hlorus

> Would you be available for a short call to discuss and I can demo how things work in IFC and discuss how an integration might work? Yeah sure, how...

> So sorry I missed your message @hlorus No problem at all! > 1. What function should we call from the BlenderBIM Add-on to programatically display a profile using cad-sketcher?...

Great to see your efforts, if i get it right you've implemented two operators which allows to temporarily display and edit geometry with the CS tools. The major downside here...

There's now basic support to write out the addon data of a given scene into a file and load it back in, see: https://github.com/hlorus/CAD_Sketcher/commit/7c548e624a725d6bc3760d4648d92d9e1d882371 Here's a testfile to try it:...

@teddywaweru is right here, the converter tries to create closed bezier splines to figure out what area to fill, if there's a junction it has to guess which path to...

The addon can write a log which you could then send, see: https://hlorus.github.io/CAD_Sketcher/advanced/#access-logs Usually a simple screenrecord of the problem also helps alot.

Btw which blender version are you using? This could be a duplicate of #103, make sure you're running a stable version of blender.

> Hello, i think i'm in same situation i get this log: > > ``` > Python: Traceback (most recent call last): > File "C:\Users\luigi.trabacchin\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\CAD_Sketcher-main\stateful_operator\logic.py", line 469, in modal...

>Second, when adjusting the distance via the context menu, negative values are impossible. It seems as if the circle and line should pass thru each other rather than bounce off....

Something might have gotten wrong when updating, at least i don't see the changes yet that you've marked as resolved...