0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-- Corrected recursive slowdown caused by explicitly copying all objects in openscad_object.add(). -- Added unit tests for hole behavior -- Reorganized test templates so they're clearer More... almost 13 years ago
-- Added correct inverted arc behavior to arc(), and fixd unit tests to reflect this. -- Fixed unit tests in test_screw_thread to reflect change in EPSILON More... almost 13 years ago
distribute_in_grid docs More... almost 13 years ago
added rows_and_cols argument to distribute_in_grid so that gird shape can be controlled More... almost 13 years ago
-- Re-ordered output points from offset_points() so they match up better with input points, and fixed unit tests to reflect this. More... almost 13 years ago
-- Updated TODO -- Removed fIXME comment from transform_to_point() -- added section_cut_xz() More... about 13 years ago
changed add() slightly so it doesn't create an extra spurious union when accepting lists More... about 13 years ago
Hacky fix to make intersections in holes work correctly. Not sure this is a general solution, but it does correctly handle the situation where two pipes (with central hole()s ) intersect, which was buggy before More... about 13 years ago
Merge branch 'sp_persistent_holes_20130219' More... about 13 years ago
readme More... about 13 years ago
Added Hole to README.md; Improved headline hierarchy More... about 13 years ago
-- Changed add() so that objects are always copied when re-used in Python code. This was needed so that we could re-use hole() objects without having to copy() them first -- Added hole_example.py More... about 13 years ago
Made hole transforms more efficient More... about 13 years ago
readme More... about 13 years ago
Added inefficient but functional hole behavior. Calling obj.set_hole( True) for any SolidPython object will cause it to be subtracted from the scene after everything else. More... about 13 years ago
very littered first pass at persistent holes. More... about 13 years ago
Fixed Github examples dir link in README.md More... about 13 years ago
yup More... about 13 years ago
README refinements More... about 13 years ago
-- Added path_extrude_example.py -- Updated README with path_extrude, offset, and screw info -- Fixed a bug in scaling in extrude_along_path() More... about 13 years ago
-- Added split_body_planar() and split_body_[horizontal | vertical]() -- Unit tests for split methods More... about 13 years ago
-- Fixed bug in transform_to_point() that caused bad transforms when dest_normal and src_up were parallel. This also fixed a problem in extrude_along_path() -- Updated test cases More... about 13 years ago
-- Fixed off-by-one bug in screw_thread.py, removed comments. -- Updated unit test. More... about 13 years ago
screw_thread.py: fixed bug in internal neck-in More... about 13 years ago
-- screw_thread.py: Added internal threads to thread() -- test_screw_thread.py: Added test for internal threads -- formatting to run_all_tests.sh More... about 13 years ago
format More... about 13 years ago
experimental TOC 2 More... about 13 years ago
experimental TOC More... about 13 years ago
TODO More... about 13 years ago
more README formatting More... about 13 years ago