community-plugins-mhapi icon indicating copy to clipboard operation
community-plugins-mhapi copied to clipboard

The MHAPI library is a hard dependency for most community plugins

Results 4 community-plugins-mhapi issues
Sort by recently updated
recently updated
newest added

Since MakeHuman 1.2.0 is officially released, with moving to Python3, I'd recommend to purge all Python2 code for the sake of maintainability and readability.

bug

Current use case: "Tài liệu". From user: ``` Could not load 8_asset_downloader Traceback (most recent call last): File "./core\mhmain.py", line 580, in loadPlugin module.load(self) File "C:\Program Files\makehuman-community\makehuman\plugins\8_asset_downloader\__init__.py", line 38, in...

bug
Fix exists needs testing

I was reading version.md which refers exclusively to hg. Either version.md needs updating or MHAPI code itself needs updating to account for use of git-based versioning.

Hi, may you add please an else statement, so that it is possible to use an userdefined output directory? in _exports.py: original: ``` def _getDummyFileEntry(self, outputFilename, useExportsDir=True): def fileentry(ext): of...

enhancement