0.1.1 • Published 10 months ago

motionbuilder-socket v0.1.1

Weekly downloads
-
License
MIT-0
Repository
github
Last release
10 months ago

MotionBuilder Socket

NodeJS module for connecting to Autodesk MotionBuilder

Example

import { MotionBuilderSocket } from "motionbuilder-socket";

const socket = new MotionBuilderSocket();

socket.open().then(async () => {
    const response = await socket.exec("Cube=FBModelCube('Test');Cube.Show=True");
    socket.close();
});

*This is a third-party module and is not associated with Autodesk or MotionBuilder in any way.

0.1.1

10 months ago

0.1.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago