├── GearFuncs.py ├── GearGenMaster.py ├── GearGenMaster_2_79.py ├── README.md ├── __init__.py ├── addMesh.py ├── gvars.py └── icons ├── bevel.png ├── gears.png ├── internal.png ├── spur.png └── worm.png /GearFuncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/GearFuncs.py -------------------------------------------------------------------------------- /GearGenMaster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/GearGenMaster.py -------------------------------------------------------------------------------- /GearGenMaster_2_79.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/GearGenMaster_2_79.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/__init__.py -------------------------------------------------------------------------------- /addMesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/addMesh.py -------------------------------------------------------------------------------- /gvars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/gvars.py -------------------------------------------------------------------------------- /icons/bevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/icons/bevel.png -------------------------------------------------------------------------------- /icons/gears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/icons/gears.png -------------------------------------------------------------------------------- /icons/internal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/icons/internal.png -------------------------------------------------------------------------------- /icons/spur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/icons/spur.png -------------------------------------------------------------------------------- /icons/worm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serzh272/GearGenMaster/HEAD/icons/worm.png --------------------------------------------------------------------------------