animate1978 / MB-Lab

MB-Lab is a character creation tool for Blender 4.0 and above, based off ManuelBastioniLAB
Other
1.76k stars 308 forks source link

Error in the Opening of Assets and Hair Creation (Particle Hair) #391

Closed GreciaH7 closed 3 months ago

GreciaH7 commented 9 months ago

For the Opening of Assets: I opened the Library Folder of demo assets "MB-Lab-DemoAssets-master", but the assets are not visible on the Asset Model bar. The assets are blender files, and I followed the same steps from videotutorials.

Downloaded assets: https://github.com/animate1978/MB-Lab-DemoAssets image

For the Hair Creation: In the beginning, the Hair window didn't appear, but it appeared when using the modification of 'init' file as recommended in other two conversations (see below). After modifying the 'init' file, the Hair window appears. However, when I open Particle Hair, there is an error.

  1. On 'init' file, I modified "box_asts.label(text="Hair", icon='INFO')" to "box_asts.label(text="Hair")" or "box_asts.label(text="Hair", icon='INFO')".
  2. I select the hair color on Color Select (eg. StarDust)
  3. I clicked on Particle Hair
  4. Error: File "C:\Users\gre\AppData\Roaming\Blender Foundation\Blender\3.6\Scripts\addons\MB-lab-1_7_8\_init.py", line 2342, in execute skeleton.select_set(state=False) AttributeError: 'NoneType' object has no attribute 'select_set'

Other two conversations related to Hair Creation: https://github.com/animate1978/MB-Lab/issues/381 https://github.com/animate1978/MB-Lab/issues/380