grinsegold wrote:So i'll have to wait until 1.1.0 is out. Do the blendertools need to be replaced, too? The mhx2? And how likely is it that i will lose my assets again in two more years?
Sadly, since i'm using Linux, at least with its package-intallation, i can't have two separate versions of MH running. So hopefully i can catch up soon and make some progress.
It's very easy to run a developer version in parallel with the packaged one on linux. If you already have the package installed, you probably already have all the dependencies installed.
Not knowing which linux you have, but for example ubuntu:
- Code: Select all
apt-get install mercurial
hg clone https://bitbucket.org/MakeHuman/makehuman
cd makehuman/makehuman
python download-assets.py
python makehuman.py
Voila, up to date version of MH without having touched the packaged version. Here with the benefit that you also have access to all the raw targets, clothes etc.
But yes, you will most likely want to update blendertools to.
I find it unlikely the base mesh will change again soon, but there will most likely always be some incompatibilities between versions.