2.0.4 • Published 2 years ago

motionbuilder-socket v2.0.4

Weekly downloads
-
License
MIT-0
Repository
github
Last release
2 years ago

MotionBuilder Socket

NodeJS module for connecting to Autodesk MotionBuilder and running python commands.

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();
});

Changelog

For a list of changes, see releases

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

1.0.1

2 years ago

1.0.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago