Package: makehuman-data Version: 1.0.2-1 Currently the MakeHuman package only comes with a bare minumum of data files. Because of size limitations on a VCS, extra data is stored on an FTP repository. The source repository contains a script called download_assets.py which can be used to obtain the additional assets.
Additionally, for faster loading and smaller package size, these assets should be compiled in binary form. The scripts compile_targets.py, compile_models.py and compile_proxies.py are intended for this purpose. All these steps are automated in a build script called buildscripts/build_prepare.py which can be used to create a tarball to package as a deb (it is being used by our internally used deb build routine at buildscripts/deb/buildDeb.py), or otherwise can serve as inspiration for rolling a custom deployment routine.

