hlorus

Results 224 comments of hlorus

> Let's clarify status on this :-) - do you consider #229 to be finished? Yes that's already done. > Is there a WIP PR to split out utils/constants or...

Also if you encounter stuff that could use a cleanup/refactor, here would be a good point to report that

The installation guide already has a note "do not unpack it after downloading". Should that be expanded to say that it might have to be re-zipped?

I hope this is clear enough: https://github.com/hlorus/CAD_Sketcher/pull/340 > Also, for me using the install from PyPI button worked, but after it was installed, I needed to restart Blender for it...

Probably these: add_point_3d add_point_2d add_line_3d add_line_2d add_arc add_rectangle bevel trim

Maybe we could use a context manager for this, then adding constraints would look something like this: with safe_constraining() as constraints: constraints.add_coincident() ....

This is already implemented but hidden under an experimental setting. To activate it set the "Show Debug Settings" in the addon preferences, then activate the "Align View" setting. There are...

This seems to be working with recent versions when marking the inner lines as construction.

> One question about that: When I reference the dimension in an expression or spreadsheet or use it somewhere else. Is this still possible when the text updates? The display...

You'll have to hover over the edge of the planes. Workplanes currently aren't selectable on their face.