You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
In this conversation on Reddit: https://www.reddit.com/r/blender/comments/w9349j/mb_lab_178_hair_tab_not_appearing/
User IDoArtForYou discovered that the icon used by the "Particle Hair" and "Hair from Selected " in the hair tab is broken.
Unfortunately, they didn't share the fix.
So I wrote my own fix that I shared on the Reddit page, and I rewrite here:
It's an old discussion, however as I needed this today, I think it might still serve others.
As indicated by [u/IDoArtForYou](https://www.reddit.com/u/IDoArtForYou/), the problem is that the "HAIR" icon is broken.
The solution is to edit the code and take out the icon.
To do so:
- Find the folder containing the MB-Lab add-on. In "Edit -> Preference -> Add-ons" , search for MB-Lab, then note the location. It's a file called "__init__.py"
- Open that file in a text editor.
- Search for: box_asts.label(text="Hair", icon='HAIR')
- Replace it with: box_asts.label(text="Hair")
- In the "Edit -> Preference -> Add-ons, uncheck, then check MB-Lab.
The hair panel should appear properly.
I did a pull request but I am not certain I did it properly as I am not sure how this work.
Have a good day.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No asset can be selected
The text was updated successfully, but these errors were encountered: