Page 1 of 1

how to load makehuman-assets?

PostPosted: Sun Sep 12, 2021 1:59 am
by b1bb2
I would like to put many assets into my makehuman program. I figure the best place to start is makehuman-assets/base. So I did this:
Code: Select all
unzip Downloads/makehumancommunity.ZIP
cp -r -n makehumancommunity/makehuman-assets/base/* makehumancommunity/makehuman/makehuman/data/
ls makehumancommunity/makehuman/makehuman/data/litspheres/lit_standard_skin.png
python3 makehumancommunity/makehuman/makehuman/makehuman.py;
GUI> makehuman> materials> (select any)
makehuman> Utilities> Logs>
Error loading texture /home/bullseye/makehumancommunity/makehuman/makehuman/data/litspheres/lit_standard_skin.png
RuntimeError: unable to load image '/home/bullseye/makehumancommunity/makehuman/makehuman/data/litspheres/lit_standard_skin.png'

ls says lit_standard_skin.png exists. But makehuman says unable to load.

I put many CC0 asset files into zip package.
b1bb2.com/b/Downloads/application/makehumancommunity.org/sites/default/files/20210901/assetts/CC0/CC0.htm
I wrote a bash file to put files in the proper place.
b1bb2.com/b/Downloads/application/makehumancommunity.org/sites/default/files/20210901/assetts/CC0/method/b8.sh
It is still work in progress. Has this been done before?