0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reformatted color list in README More... over 13 years ago
--Updated README with PyPI installation insctructions --TODO updated More... over 13 years ago
updated version to 0.1.1 More... over 13 years ago
Corrected data_files field in setup.py to install shell scripts and README correctly More... over 13 years ago
removed spurious BOM code from screw_thread_example.py More... over 13 years ago
added setuptools package directories to .gitignore. removed spurious directories from repo More... over 13 years ago
Added required metadata for PyPI submission More... over 13 years ago
updated TODO More... over 13 years ago
Updated TODO More... over 13 years ago
--solidpython.py: made include_orig_code True by default, so all generated SCAD code will include the python used to create it. -- made koch.py & screw_thread_example.py conform to other example patterns More... over 13 years ago
removed pyeuclid_examples More... over 13 years ago
moved pyeuclid_examples files to main examples directory now that euclid dependency isn't risky More... over 13 years ago
test_utils.py: removed TODO about PyEuclid dependency, since it's now installed automatically More... over 13 years ago
moved examples from previous loc More... over 13 years ago
Added dependency on PyEuclid now that it's on PyPI More... over 13 years ago
Patched PyEuclid to deal with shortcomings in the released version. TODO: remove this patch when Euclid gets updated More... over 13 years ago
Updated README. Moved examples to solid directory. Added solidpython_template.py to examples More... over 13 years ago
Corrected run_all_tests.sh; run_all_tests.sh added to setup.py More... over 13 years ago
Added run_all_tests.sh More... over 13 years ago
corrections in test_screw_thread.py, cosmetics in other tests More... over 13 years ago
-- Added test_screw_thread.py -- Added split_body_horizontal() to utils.py & test case More... over 13 years ago
Fixed winding bug in screw_thread, added better docstring More... over 13 years ago
-- Cosmetic changes, TODO note More... over 13 years ago
Added __init__.py to solid.test so it gets installed. More... over 13 years ago
updated TODO More... over 13 years ago
Small changes to utils.py in euclidify() & euc_to_arr(). Added incomplete unit tests for solidpython & utils More... over 13 years ago
-- expanded euclidify() to accept list arguments. -- Added euc_to_arr(), the inverse of euclidify() -- added simpler transform_to_point() which accepts OpenSCAD or PyEuclid objects -- Refined extrude_along_path(). Works well, but fails on paths of the form [[0,0,0], [0,0,10]] -- extrude_along_path() endcaps are incorrect with convex shapes. More... over 13 years ago
changed argument name of multmatrix() to m from n More... over 13 years ago
Added extrude_along_path(). May need some tweaking, but it's mostly there. More... over 13 years ago
added invert argument to arc(). This is useful for fillets and rounds. More... over 13 years ago