0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #215 from SolidCode/feature/correct_pkg_resources More... 4 months ago
docs: update CI badge from CircleCI to GitHub Actions More... 4 months ago
Big overhaul to modernize - Removed pkg_resources, setuptools dependencies - Updated pyproject.toml for use with uv - Ruff formatting throughout - Added Github CI to replace circleci-based testing More... 4 months ago
Big overhaul to modernize - Removed pkg_resources, setuptools dependencies - Updated pyproject.toml for use with `uv` - Ruff formatting throughout - Added Github CI to replace circleci-based testing More... 4 months ago
Correction: rst syntax in links, not Markdown More... almost 3 years ago
Update README.rst to point to SolidPython V2 More... almost 3 years ago
Merge pull request #203 from dvzrv/poetry_core More... about 3 years ago
Resolves #201. extrude_along_path() extrusions where first & last rail points were the same had some ugly joins whether or not `connect_ends` was set. If first and last points are identical (within sqrt(EPSILON) of each other), assume we want to connect ends, and remove the duplicate rail point. More... about 3 years ago
Add setuptools to dependencies More... about 3 years ago
Switch to correct PEP517 build-system More... about 3 years ago
version bump => 1.1.3 More... about 4 years ago
Resolves #176 & #194. Use the first-found, not last-found include dir, and look in default app-install OpenSCAD `libraries` directories as well as per-user libraries dirs More... about 4 years ago
Version bump to v1.1.2 More... about 4 years ago
Fix for #189. `polyhedron()` convexity defaults to 10. This prevents some situations in the CSG visualizer where back faces were shown incorrectly. Changes to make tests work as well. More... about 4 years ago
Fix for #187. `solid.utils.extrude_along_path()` was generating `polyhedron()` code that looked OK in preview, but that failed to render correctly in CGAL. This was caused by reversed face order, which would have been revealed if I'd looked at generated polyhedra with OpenSCAD's F12 'Thrown Together' view, which highlights inverted faces. Everything seems to be working well now, tests passing and the example file rendering correctly (if very slowly) in CGAL. More... over 4 years ago
Merge pull request #177 from jeff-dh/use_py_scadparser More... over 4 years ago
another "fix" More... over 4 years ago
improved "home brewed" parser version More... over 4 years ago
Revert "updated py_scadparser it's now based on the openscad/parser.y ;)" More... over 4 years ago
Merge branch 'jeff-dh-use_py_scadparser' More... over 4 years ago
Prefix an underscore to imported SCAD files starting with a digit, which are valid in OpenSCAD but not in Python. e.g. mcad.2Dshapes => mcad._2dshapes More... over 4 years ago
Tell `yacc.yacc()` not to output extra files More... over 4 years ago
Added ply as project dependency. Removed regex More... over 4 years ago
Merge branch 'use_py_scadparser' of https://github.com/jeff-dh/SolidPython into jeff-dh-use_py_scadparser More... over 4 years ago
removed dead code More... over 4 years ago
adjusted solidpython to meet py_scadparser changes - [un]subbed_keyword should now handle $parameters - it should be possible to remove all $fn <-> segments code from everywhere and let [un]subbed_keyword do the work More... over 4 years ago
updated py_scadparser it's now based on the openscad/parser.y ;) More... over 4 years ago
Merge branch 'openscad_identifiers_starting_with_digits' into use_py_scadparser More... over 4 years ago
improved py_scadparser error messages More... over 4 years ago
allow strings to be quoted by single ticks -> ' - could this maybe fix the "MacOS mcad issue" from #170 More... over 4 years ago