0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into feature/poetry_port_20190506 More... almost 7 years ago
Bumped version to 0.3.2 More... almost 7 years ago
`use()` now accepts a namespace dictionary for importing OpenSCAD code. Passing the dictionary in loads code into the target namespace rather than a module-level namespace. Possible: rework the `use()` function to return a new namespace so we could do say, e,g, `involute_gears = use('/path/to/involute_gears.scad'); gears = involute_gears.test_bevel_gear_pair()`. But... that would be a departure from OpenSCAD semantics, which we've tried to avoid in the past More... almost 7 years ago
Added pyproject.toml for use with the Poetry package manager. Sketchy on the virtualenv activation, though More... almost 7 years ago
Merge pull request #108 from Michael0x2a/add-support-for-custom-iterables More... almost 7 years ago
Add support for using custom iterables as parameters More... almost 7 years ago
Merge branch 'master' of https://github.com/SolidCode/SolidPython More... almost 7 years ago
Resolves #106. Accept convexity arg in import statements More... almost 7 years ago
fixed bug that caused infinite recursion with intersections and differences. More... about 7 years ago
Merge pull request #103 from nickc92/master More... about 7 years ago
fixed problem with union.__add__() More... about 7 years ago
Merge pull request #102 from nickc92/master More... about 7 years ago
added threshold to numpy array2string() More... about 7 years ago
Added warning when importing OpenSCAD code that would be illegal in Python More... about 7 years ago
Fix & tests for Issue #99, allowing OpenSCAD code that uses Python reserved words (e.g. "or") as module names or arguments. NOTE: also need to warn users about what's being done, so they know they need to call `someModule(or_=3)` rather than `someModule(or=3)` More... about 7 years ago
caveat More... about 7 years ago
fixed link More... about 7 years ago
Added link to ViewSCAD More... about 7 years ago
Upgraded to CircleCI 2.0. Man was that a hassle, though. It... just worked... before. Not the case today More... over 7 years ago
remove one nested loop. reverse() is an in-place transform More... over 7 years ago
remove the need for `run_all_tests.sh` to be run from `solid/test` More... over 7 years ago
Update & simplify mazebox example. Include it in run_all_examples.sh More... over 7 years ago
-- # -*- coding: UTF-8 -*- => # -*- coding: utf-8 -*-, since VS Code objects to the uppercase UTF -- remove spurious imports of the re module where it's not needed More... over 7 years ago
removed t_slots.py; it was never completed or worked well anyway More... over 7 years ago
Resolves Github issue #95. -- Update setup.py version to 0.3.0 -- Added more comprehensive regex to identify imported OpenSCAD modules & args, -- adds tests for the regex -- adds dependency on `regex` module in setup.py More... over 7 years ago
added `setUp()` & `test_neck_in_out_degrees()` for #92 More... over 7 years ago
fix for issue #92; neck_out_degrees wasn't used properly, and could cause division by zero More... over 7 years ago
Merge pull request #88 from HowManyOliversAreThere/master More... almost 8 years ago
Added additional 'add' support to OpenSCADObjects More... almost 8 years ago
updated rotate_extrude() test for added 'angle' argument More... about 8 years ago