├── LICENSE.md ├── README.md ├── copy_files.sh ├── living_hinge.inx ├── living_hinge.py └── src └── living_hinge.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/README.md -------------------------------------------------------------------------------- /copy_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/copy_files.sh -------------------------------------------------------------------------------- /living_hinge.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/living_hinge.inx -------------------------------------------------------------------------------- /living_hinge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/living_hinge.py -------------------------------------------------------------------------------- /src/living_hinge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drphonon/Inkscape_LivingHinge/HEAD/src/living_hinge.py --------------------------------------------------------------------------------