hlorus
hlorus
This PR does two things: - Add some remaining label strings (Mode/Result/Close) for translation - Improve the wording of the annotate button as described in #13734 - Improve the tooltip...
This PR addresses #13710 It adds icons to: - the labels in the 3d view - the elements in the tree view - the measurement group in the tree view...
Currently the initial positioning of UMF measurements is static which often feels out of place as described in #13808. This PR improves the behavior by: - scaling the distance/angle measurement...
As [requested](#13741), this adds back the ability to display the X, Y and Z components of a measured distance. This PR adds the following: - DistanceX, DistanceY, DistanceZ properties on...
- [x] Extension support - [x] Bundle solver module - [ ] Reduce zip size - [ ] Update Installation docs
Improve File structure to allow a reduced file size when creating a zip Note: This should also still support addon installation through git for an ergonomic development workflow.
Description: When solving a sketch using the Python bindings for the SolveSpace solver, the result includes a bad field indicating the number of bad constraints. However, the indices of these...
This switches the solver from the [inofficial](https://pypi.org/project/py-slvs/) binding to the [official](https://test.pypi.org/project/slvs/3.1.0.dev26/#description) python binding of solvespace which has the benefit of being more uptodate as well as being stateful. There are...
Ideally the template should work with the new bevy cli tool but when running the following command it complains that the template isn't using the correct syntax to support automatic...
Use the new curve geometry type which is exposed only through the hair object currently. ## Versioning - Delete previously converted objects - Trigger conversion with the new convert type...