├── README.md ├── image ├── MayaExport.png └── nullFile └── script ├── batchStarter.bat ├── command.py ├── exportAbc.mel ├── exportAbc.py └── nullFile /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/README.md -------------------------------------------------------------------------------- /image/MayaExport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/image/MayaExport.png -------------------------------------------------------------------------------- /image/nullFile: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /script/batchStarter.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/script/batchStarter.bat -------------------------------------------------------------------------------- /script/command.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/script/command.py -------------------------------------------------------------------------------- /script/exportAbc.mel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/script/exportAbc.mel -------------------------------------------------------------------------------- /script/exportAbc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Eric-coder/MayabatchExportAbc/HEAD/script/exportAbc.py -------------------------------------------------------------------------------- /script/nullFile: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------