├── LICENSE ├── Python 2.7 └── ms_bridge_importer.py ├── Python 3.7 └── ms_bridge_importer.py └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quixel/Bridge-Python-Plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /Python 2.7/ms_bridge_importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quixel/Bridge-Python-Plugin/HEAD/Python 2.7/ms_bridge_importer.py -------------------------------------------------------------------------------- /Python 3.7/ms_bridge_importer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quixel/Bridge-Python-Plugin/HEAD/Python 3.7/ms_bridge_importer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Quixel/Bridge-Python-Plugin/HEAD/README.md --------------------------------------------------------------------------------