Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 368 Bytes

File metadata and controls

14 lines (12 loc) · 368 Bytes

Forma Addin creating user defined JS commands using WSM C++ APIs.

Main Preview

To load this plugin, run this in the FormIt console-

FormIt.LoadPlugin("https://formit3d.github.io/FormItForma");
var path = FormIt.FormaAddIn.SaveCurrentAXMtoTemp(true);
console.log(path);
FormIt.FormaAddIn.DeleteTempFile(path);