2.0.4 • Published 11 months ago

motionbuilder-socket v2.0.4

Weekly downloads
-
License
MIT-0
Repository
github
Last release
11 months 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

1 year ago

1.0.0

1 year ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.4

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago