Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.31 KB

Readme

This is a Dash-compatible docset for the FBX C++ SDK 2016 reference.

Building

Dependencies

You will need to install the dependencies listed in requirements.txt through pip or have it available on your PYTHONPATH.

Due to the size of the FBX SDK reference, the documentation sources are not included in this repository. You will need to download it yourself from Autodesk's website.

Generating the docset

The Python scripts for building the database and formatting the documentation to work in standalone mode are located in the bin directory.

Once that is done, you should be able to run python clean_html_documentation.py and python generate_database_entries.py in order to re-generate the docset. Both scripts will attempt to create the docset in default locations; these can be specified with command-line flags. Please refer to the documentation included with each command-line script by adding the flag --help , like so:

python clean_html_documention --help

License

Except for the documentation itself (which belongs to Autodesk and is freely available for download via their website), the license for the scripts in this repository is viewable in the LICENSE file.

Author

Siew Yi Liang