Metadata-Version: 2.4
Name: motionbuilder-stubs
Version: 2022.0.0
Summary: Stubs for Autodesk MotionBuilder's pyfbsdk api
Project-URL: Homepage, https://github.com/nils-soderman/pyfbsdk-stub-generator
Project-URL: Issues, https://github.com/nils-soderman/pyfbsdk-stub-generator/issues
Author: Nils Soderman
License-Expression: MIT-0
License-File: LICENSE
Keywords: autodesk,mobu,motionbuilder,pyfbsdk,stub
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT No Attribution License (MIT-0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Stubs Only
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# MotionBuilder Stubs

Type stub files for Autodesk MotionBuilder's pyfbsdk API, providing code completion and type checking support.

This package contains stubs for the following MotionBuilder modules:

- `pyfbsdk`
- `pyfbsdk_additions`  
- `callbackframework`

## Installation

Install the stubs for your MotionBuilder version _(replace 2026 with your version)_:

```bash
pip install motionbuilder-stubs==2026.*
```

## Issues

If you encounter any issues with these stubs, please [open an issue](https://github.com/nils-soderman/pyfbsdk-stub-generator/issues) on the GitHub repository.
