This is a sciprt to export abc file with custom attribute in vertex scope for selected mesh in maya scene. The exported abc file by default would save to current workspace directory.
-
Select mesh in maya scene
-
Excute python command:
abc_exporter = MayaAbcExporter()
abc_exporter.export_selected_mesh()