Describe the bug
I am not able to save the ink layer for full body focus.
Checklist
Screenshots / logs
- If applicable, add screenshots to help explain your problem.
[INFO ] services.locationservice ...............: Not adding link to MakeHuman user data, since neither explicit path nor auto-discovery is set in preferences.
[INFO ] mpfb.init ..............................: Build info 20260722
[INFO ] mpfb.init ..............................: MPFB initialization has finished.
[WARN ] makeup.writeink ........................: The ink layer's focus could not be found in the user data /Users/xxx/Projects/Blender/MPFB_user_data/data/uv_layers/.json.gz
[ERROR] makeup.writeink ........................: The ink layer's focus could not be found in the system data /Users/xxx/Library/Application Support/Blender/5.2/extensions/blender_org/mpfb/data/uv_layers/.json.gz
- If the problem is related to blender 4, a screenshot where the panel "system and resources" is expanded
- If there was a crash or if you think the logs would be useful, attach a log file. You can find a "export log" button on the "developer" panel in MPFB.
Platform and versions
- OS: Is this windows, mac or linux?
- Version of Blender
- Version of MPFB, preferably a link to which exact binary you downloaded. If not possible, an approximate date of when you downloaded MPFB.
It might be related to the code at
|
output_list = [("NONE", "full body focus", "Do not use a specific UV map, instead use the default full body one", 0)] |
|
for name in names: |
|
list_name = str(name).replace(".json.gz", "").replace("_", " ") |
Describe the bug
I am not able to save the ink layer for full body focus.
Checklist
Screenshots / logs
Platform and versions
It might be related to the code at
mpfb2/src/mpfb/ui/create_assets/makeup/makeuppanel.py
Lines 48 to 50 in 80919fa