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
Merge pull request #2 from jaseg/master More... over 14 years ago
Made nice markdown from the readme More... over 14 years ago
added distribute_in_grid() More... over 14 years ago
Fixed bug in arc; need real, not float division More... over 14 years ago
completely simplified arc. (How did I make it so hard before?) More... over 14 years ago
-- added m4 screw dimensions -- adjusted t_slots for use with setscrews. too. May need some help to get it back to normal for actual t_slot joints. More... over 14 years ago
-- added 'segments' arg to circle, sphere, cylinder. This breaks with OpenSCAD, so I can see a case for not doing it, but it does make it easier to just create a hexagon, say. -- updated TODO More... over 14 years ago
Merge pull request #1 from yosinski/master More... over 14 years ago
Changed coding from UTF-8 to utf-8 to play nice with emacs. More... over 14 years ago
Ignore .pyc files More... over 14 years ago
Changed `scale' variable name to `v'. More... over 14 years ago
sp_utils.py: added france, added leading underscore to signify some private methods More... over 14 years ago
Added examples, gitignore More... over 14 years ago
pyopenscad.py: -- scad_render( obj) used to render obj's entire tree, including its parents. It now only includes obj and obj's children. More... over 15 years ago
added __init__.py More... over 15 years ago
TODO_PyOpenScad.txt: -- moved polygon paths TODO to done More... over 15 years ago
pyopenscad.py: -- added missing r1, r2, and center arguments to cylinder() ( Thanks, Giles!) -- calling_module() function added -- include_orig_code argument added to scad_render_to_file(). Makes it possible to recreate the PyOpenSCAD code from the compiled OpenSCAD code More... over 15 years ago
sp_utils: Added bounding_box() More... over 15 years ago
pyopenscad: -- Set polygon argument 'paths' to default to connecting each point in 'points' in turn. If the paths array is supplied, it will be used. More... over 15 years ago
Fixed exception-raising bug in use() More... over 15 years ago
sp_utils.py: -- Added TAU (2*pi) (See: http://tauday.com/) -- Added degrees <=> radians methods -- Segments support to arc() -- Bigfixes, pythonic (rather than OpenSCADish) usage in arc() More... over 15 years ago
-- Added support for non-programmatic dynamic classes. Needed for adding segments args -- Added 'segments' argument to circle; this should be added to other arc-based calls -- Removed unused 'special_vars' instance variable -- Added copy() to openscad_object More... over 15 years ago
Added default filepath behavior to scad_render_to_file() More... over 15 years ago
removed duplicate line in doohickey() More... over 15 years ago
Changed pyopenscad_object.render() to ._render(). Added unit vector constants to sp_utils More... over 15 years ago
Renamed doc to README.txt, updated it. Fixed examples, added comments to sp_utils More... over 15 years ago
Moved playground under mazebox More... over 15 years ago
Removed old maze7.png More... over 15 years ago
print BOM More... over 15 years ago
Changed print_BOM() to bill_of_materials() More... over 15 years ago