hlorus
hlorus
As the addon has grown quite a bit and new contributors are jumping onboard there's some cleanup overdue. This task is used to keep track of code cleanup efforts. Feel...
Automatic formatting can go along way to improve readability of the code and make our lives easier. Following are the steps to get there. - [ ] Evaluate and decide...
Add a new tool which allows the user to put an arc between two existing segments (line / arc). The tool should find the correct placement for the arc's center...
**Motivation / Existing Problem** Native selection tools offer different modes, add the same to the addon's select tool. **Description** Add selection modes to allow adding/substracting/toggling selection. Idealy follow blender's default...
### Discussed in https://github.com/hlorus/CAD_Sketcher/discussions/122 Originally posted by **coleorloff** May 10, 2022 **Motivation / Existing Problem** It's a little difficult to "read" sketches without familiarity with the constraint icons. (It's also...
### Discussed in https://github.com/hlorus/CAD_Sketcher/discussions/112 Originally posted by **hbfortunato** May 7, 2022 When using any parametric modeling software, normally you can do measurements like this  The existing problem with the...
Right now converted meshes approximate curves with a given resolution. Ideally this resolution could be configured as users might want more detail on the converted mesh. Since mesh converting is...
When convertion happens already converted geometry gets overwritten, this can lead to a loss of data when the user manually modifies anything in a destructive manner on the resulted object...