0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #2 from jaseg/master More... almost 14 years ago
Made nice markdown from the readme More... almost 14 years ago
added distribute_in_grid() More... about 14 years ago
Fixed bug in arc; need real, not float division More... about 14 years ago
completely simplified arc. (How did I make it so hard before?) More... about 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... about 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... about 14 years ago
Merge pull request #1 from yosinski/master More... about 14 years ago
Changed coding from UTF-8 to utf-8 to play nice with emacs. More... about 14 years ago
Ignore .pyc files More... about 14 years ago
Changed `scale' variable name to `v'. More... about 14 years ago
sp_utils.py: added france, added leading underscore to signify some private methods More... about 14 years ago
Added examples, gitignore More... about 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... almost 15 years ago
added __init__.py More... almost 15 years ago
TODO_PyOpenScad.txt: -- moved polygon paths TODO to done More... almost 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... almost 15 years ago
sp_utils: Added bounding_box() More... almost 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... almost 15 years ago
Fixed exception-raising bug in use() More... almost 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... almost 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... almost 15 years ago
Added default filepath behavior to scad_render_to_file() More... almost 15 years ago
removed duplicate line in doohickey() More... almost 15 years ago
Changed pyopenscad_object.render() to ._render(). Added unit vector constants to sp_utils More... almost 15 years ago
Renamed doc to README.txt, updated it. Fixed examples, added comments to sp_utils More... almost 15 years ago
Moved playground under mazebox More... almost 15 years ago
Removed old maze7.png More... almost 15 years ago
print BOM More... almost 15 years ago
Changed print_BOM() to bill_of_materials() More... almost 15 years ago