How to import hair model from version 1.1?

Hello,
I am working on a program that uses makehuman and imports a hair model (mhclo file) like this :
But I would like to change this hair model. I found some interesting models in the version 1.1, such as ponytail01. Unfortunately in the folder I cannot find a .mhclo file to import. There are a .mhmat file, two zip files and images.
Is it possible to import these data directly with a python function?
Or create the .mhclo file?
Thanks for any help,
Yuufo
I am working on a program that uses makehuman and imports a hair model (mhclo file) like this :
- Code: Select all
pxy = proxy.loadTextProxy(self.human, '%s/data/hair/mhair01/mhair01.mhclo' % basePath, 'Hair')
But I would like to change this hair model. I found some interesting models in the version 1.1, such as ponytail01. Unfortunately in the folder I cannot find a .mhclo file to import. There are a .mhmat file, two zip files and images.
Is it possible to import these data directly with a python function?
Or create the .mhclo file?
Thanks for any help,
Yuufo