motionbuilder-socket
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i motionbuilder-socket

Weekly Downloads

12

Version

2.0.4

License

MIT-0

Unpacked Size

11.3 kB

Total Files

7

Last publish

Collaborators

  • nilssoderman