I am getting the following error when trying to export using the mhx rig in r4655
Traceback (most recent call last):
File "./core\events3d.py", line 195, in callEvent
method(event)
File "./apps\gui\guiexport.py", line 91, in onFileSelected
exporter.export(gui3d.app.selectedHuman, filename)
File "plugins\9_export_mhx.py", line 98, in export
import mhx
File "./shared\mhx\__init__.py", line 26, in <module>
from . import mhx_main
File "./shared\mhx\mhx_main.py", line 47, in <module>
from . import mhx_rig
ImportError: cannot import name mhx_rig