Metadata-Version: 2.4
Name: motionbuilder-stubs
Version: 2027.0.1
Summary: Stubs for Autodesk MotionBuilder's pyfbsdk api
Project-URL: Homepage, https://codeberg.org/nils-soderman/motionbuilder-stubs
Project-URL: Issues, https://codeberg.org/nils-soderman/motionbuilder-stubs/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.13
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`
- `pyfbusd`
- `pyfbsdk_additions`
- `callbackframework`
- `pyfbstandalone`


## Installation

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

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


## Issues

If you encounter any issues with these stubs, please [open an issue](https://codeberg.org/nils-soderman/motionbuilder-stubs/issues) on the repository.

<br/>

_These stubs are generated using [pyfbsdk-stub-generator](https://codeberg.org/nils-soderman/motionbuilder-stubs)_