├── .gitignore ├── LICENSE ├── README.md ├── SurfaceFollow28.py ├── UVShape28.py └── __init__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/README.md -------------------------------------------------------------------------------- /SurfaceFollow28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/SurfaceFollow28.py -------------------------------------------------------------------------------- /UVShape28.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/UVShape28.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the3dadvantage/WrappingTools/HEAD/__init__.py --------------------------------------------------------------------------------