Hi all,
I see there is a base.obj file in the data/3dobjs folder but this object does not match the one I get if I just load the program and export the body as an .OBJ file. Can someone explain why is this so?
Thanks!
Moderator: joepal
michael_polak wrote:Thanks for the info Joel.
Aranuvir wrote:Maybe this video helps: https://www.youtube.com/watch?v=X13k7H3dNHo
michael_polak wrote:That's the video I watched to get the understanding that I currently have about how targets work. If they are not any more complicated then what I described, that is great.
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/caucasian-male-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/african-male-young.target
0.5 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/universal-male-young-averagemuscle-averageweight.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/caucasian-female-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/asian-female-young.target
0.5 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/universal-female-young-averagemuscle-averageweight.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/asian-male-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/african-female-young.target
joepal wrote:michael_polak wrote:That's the video I watched to get the understanding that I currently have about how targets work. If they are not any more complicated then what I described, that is great.
This is basically it. Nothing more magical is happening outside this.
If two targets influence the same vertex in the same direction, the vertex will move the combined distance. If the targets move the vertex in opposite directions, the movement will be canceled out.
To see what targets have been applied, you can use the scripting plugin and run printDetailStack(). On a default model, it will give this output:
- Code: Select all
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/caucasian-male-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/african-male-young.target
0.5 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/universal-male-young-averagemuscle-averageweight.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/caucasian-female-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/asian-female-young.target
0.5 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/universal-female-young-averagemuscle-averageweight.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/asian-male-young.target
0.166666666667 /datacollection/source/makehuman/makehuman_with_assets/makehuman/data/targets/macrodetails/african-female-young.target
So as you can see you have both male and female versions of the ethnicity and average weight targets applied from start. Basically in combination 33% of each ethnicity and 100% of average weight.
Return to General discussions about makehuman
Users browsing this forum: No registered users and 1 guest