Page 1 of 1

How to import hair model from version 1.1?

PostPosted: Mon Aug 10, 2015 1:51 pm
by Yuufo
Hello,
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

Re: How to import hair model from version 1.1?

PostPosted: Mon Aug 10, 2015 2:01 pm
by joepal
The "builds" (nightly builds and releases) only contain compressed/compiled versions of most assets. If you need access to a raw obj file, you need to either make a developer install (see https://www.youtube.com/watch?v=3CCHGX-6Mtk) or simply download it directly from the asset repository at http://download.tuxfamily.org/makehuman ... /1.1/base/

Re: How to import hair model from version 1.1?

PostPosted: Mon Aug 10, 2015 2:10 pm
by Yuufo
Thanks a lot, it did the trick.