simon-git: polyhedra (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jul 6 12:02:23 BST 2025


TL;DR:
  43303ad Add a model of the Bilinski rhombic dodecahedron.
  412d570 Updates to .gitignore.
  e941bad cleanpoly.py: fix a Python-2-ism.

Repository:     https://git.tartarus.org/simon/polyhedra.git
On the web:     https://git.tartarus.org/?p=simon/polyhedra.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2025-07-06 12:02:23

commit 43303ad4542bdb9ddca2895b88f7c522885c684d
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=43303ad4542bdb9ddca2895b88f7c522885c684d;hp=5961b0bee5dcbdcff1bfe98b208349ca45beaf46
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jul 6 10:16:49 2025 +0100

    Add a model of the Bilinski rhombic dodecahedron.
    
    I just learned about this on Mastodon:
    https://mathstodon.xyz/@robinhouston/114805288657911491

 regular/Makefile     |  3 ++-
 regular/mkregular.py | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 1 deletion(-)

commit 412d5702c09a48f9f7b3e972bebc52129f6e67f2
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=412d5702c09a48f9f7b3e972bebc52129f6e67f2;hp=43303ad4542bdb9ddca2895b88f7c522885c684d
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jul 6 11:56:54 2025 +0100

    Updates to .gitignore.
    
    We've migrated to Python 3 now, so .pyc files are a thing of the past;
    __pycache__ is where the Python interpreter droppings now live.
    
    I've made the ignore rules for various kinds of output files universal
    across all subdirectories, and added a new one for .scad (from the new
    OpenSCAD script).

 .gitignore | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit e941badfdb8c272e611b900a8fcc6d61a7bfedb7
web diff https://git.tartarus.org/?p=simon/polyhedra.git;a=commitdiff;h=e941badfdb8c272e611b900a8fcc6d61a7bfedb7;hp=412d5702c09a48f9f7b3e972bebc52129f6e67f2
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jul 6 12:01:59 2025 +0100

    cleanpoly.py: fix a Python-2-ism.
    
    I thought I'd finished the P2->P3 porting for these tools, but
    apparently I missed testing this one!

 cleanpoly.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list