├── .gitignore ├── LICENSE ├── README.md ├── VF_planarUV.py └── images ├── screenshot0.png ├── screenshot1.png └── screenshot2.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/README.md -------------------------------------------------------------------------------- /VF_planarUV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/VF_planarUV.py -------------------------------------------------------------------------------- /images/screenshot0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/images/screenshot0.png -------------------------------------------------------------------------------- /images/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/images/screenshot1.png -------------------------------------------------------------------------------- /images/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeinselen/VF-BlenderPlanarUV/HEAD/images/screenshot2.png --------------------------------------------------------------------------------