0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
polyhedron() now takes a 'faces' argument instead of 'triangles', as of 2014.03. Fixes #27 More... over 11 years ago
Merge branch 'develop' More... over 11 years ago
Added support & tests for diameter arguments to circle, sphere, and cylinder primitives, as in OpenSCAD 2014.03. Closes #26 More... over 11 years ago
Merge pull request #24 from sorki/master More... over 11 years ago
fix add_param('$fn' not converted to segments More... over 11 years ago
Merge branch 'feature/sp_github_issue_23_bugfix' into develop More... almost 12 years ago
More examples bugfixes, thanks to bug IDs from David (dmopalmer) Palmer More... almost 12 years ago
Fixed regression in koch.py. list( range()), not len( range()) More... almost 12 years ago
Changed README.md to reflect that SolidPython can be installed using pip. More... almost 12 years ago
All tests now pass in Python 2.7.5 and Python 3.4.1 (if a Python 3-compatible Pyeuclid is installed.) More... almost 12 years ago
Merge branch 'master' into develop More... almost 12 years ago
Merge pull request #22 from dwighthubbard/master More... almost 12 years ago
Added support for 'import_', 'import_stl', and 'import_dxf', which all resolve to the OpenSCAD statement 'import' More... about 12 years ago
Start adding sphinx documentation
dwight_hubbard
as Dwight Hubbard
More... over 12 years ago
Fix tests to not fail if run from the parent directory
dwight_hubbard
as Dwight Hubbard
More... over 12 years ago
Add missing png requirement
dwight_hubbard
as Dwight Hubbard
More... over 12 years ago
Expand test cases to output a diff on assertEqual failing instead of the strings which are hard to understand.
dwight_hubbard
as Dwight Hubbard
More... over 12 years ago
Fix issues with install_data missing from the sdist package.
dwight_hubbard
as Dwight Hubbard
More... over 12 years ago
Merge branch 'develop' More... over 12 years ago
committing merge? Thought I just did this. More... over 12 years ago
Merge branch 'feature/scad_import_without_python_star_import' into develop More... over 12 years ago
Merge branch 'feature/Accept_extra_args_to_SCAD_module_GH_#21' into develop More... over 12 years ago
Added tests for include, use, and passing extra arguments to OpenSCAD. Fixed a bug that meant that include() has never (!) worked. More... over 12 years ago
Fixes #21. SolidPython now passes any extra arguments on to OpenSCAD. More... over 12 years ago
Fixes #20, so that OpenSCAD’s use() and include() functions still work, even if you don’t import SolidPython as ‘form solid import *’ More... over 12 years ago
Added License link to TOC More... over 12 years ago
Added note on argument requirements & list size assertion in fillet_2d() More... over 12 years ago
Merge pull request #19 from hroncok/patch-1 More... over 12 years ago
Add license information to the README More... over 12 years ago
fixes gh-18 scad_render_to_file() now can be called from the terminal More... over 12 years ago