0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reformatted color list in README More... about 13 years ago
--Updated README with PyPI installation insctructions --TODO updated More... about 13 years ago
updated version to 0.1.1 More... about 13 years ago
Corrected data_files field in setup.py to install shell scripts and README correctly More... about 13 years ago
removed spurious BOM code from screw_thread_example.py More... about 13 years ago
added setuptools package directories to .gitignore. removed spurious directories from repo More... about 13 years ago
Added required metadata for PyPI submission More... about 13 years ago
updated TODO More... about 13 years ago
Updated TODO More... about 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... about 13 years ago
removed pyeuclid_examples More... about 13 years ago
moved pyeuclid_examples files to main examples directory now that euclid dependency isn't risky More... about 13 years ago
test_utils.py: removed TODO about PyEuclid dependency, since it's now installed automatically More... about 13 years ago
moved examples from previous loc More... about 13 years ago
Added dependency on PyEuclid now that it's on PyPI More... about 13 years ago
Patched PyEuclid to deal with shortcomings in the released version. TODO: remove this patch when Euclid gets updated More... about 13 years ago
Updated README. Moved examples to solid directory. Added solidpython_template.py to examples More... about 13 years ago
Corrected run_all_tests.sh; run_all_tests.sh added to setup.py More... about 13 years ago
Added run_all_tests.sh More... about 13 years ago
corrections in test_screw_thread.py, cosmetics in other tests More... about 13 years ago
-- Added test_screw_thread.py -- Added split_body_horizontal() to utils.py & test case More... about 13 years ago
Fixed winding bug in screw_thread, added better docstring More... about 13 years ago
-- Cosmetic changes, TODO note More... about 13 years ago
Added __init__.py to solid.test so it gets installed. More... about 13 years ago
updated TODO More... about 13 years ago
Small changes to utils.py in euclidify() & euc_to_arr(). Added incomplete unit tests for solidpython & utils More... about 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... about 13 years ago
changed argument name of multmatrix() to m from n More... about 13 years ago
Added extrude_along_path(). May need some tweaking, but it's mostly there. More... about 13 years ago
added invert argument to arc(). This is useful for fillets and rounds. More... about 13 years ago