├── LICENSE ├── README.md ├── dragDropInstaller.py ├── installationGuide.html ├── modules └── transferSkinCluster │ ├── icons │ ├── tscExport.png │ └── tscImport.png │ └── plug-ins │ └── transferSkinCluster.py └── resources └── module_template.mod /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/README.md -------------------------------------------------------------------------------- /dragDropInstaller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/dragDropInstaller.py -------------------------------------------------------------------------------- /installationGuide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/installationGuide.html -------------------------------------------------------------------------------- /modules/transferSkinCluster/icons/tscExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/modules/transferSkinCluster/icons/tscExport.png -------------------------------------------------------------------------------- /modules/transferSkinCluster/icons/tscImport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/modules/transferSkinCluster/icons/tscImport.png -------------------------------------------------------------------------------- /modules/transferSkinCluster/plug-ins/transferSkinCluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/modules/transferSkinCluster/plug-ins/transferSkinCluster.py -------------------------------------------------------------------------------- /resources/module_template.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IngoClemens/transferSkinCluster/HEAD/resources/module_template.mod --------------------------------------------------------------------------------