Skip to content

Unable to write ink layer for full body focus #415

Description

@jamesic

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.
    • Below is the error log
[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?
    • mac
  • Version of Blender
    • 5.2
  • Version of MPFB, preferably a link to which exact binary you downloaded. If not possible, an approximate date of when you downloaded MPFB.
    • 2.0.17

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("_", " ")

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions