Labels / anAtomic Lex tab missing

Hi... when I open the anatomic lex model and open it in Blender 3.5 I don't see the labels and the "anAtomic Lex" tab is missing... at least I saw this tab in one of the videos. Should it be there? Which Blender version might I need to use for this? I also had a look on the material and thought tweaking the value for the "Fat Labels Value" in ecorche_fat_basic material for example might help but no label show up... 
  • Martin Bergwerf replied

    Hi @tobitaurus ,

    apparently there has been a change in the Python version/API and the script won't run as it is anymore...

    I don't know Python and can't find what needs to be changed, but in Blender 3.3LTS, it still works. In 3.4 it's 'broken'.

  • Adrian Bellworthy replied
    Solution

    Hey @tobitaurus,
    The issue in the script is because of the new color mix node,
    The FAC input changed name to FACTOR.

     Open a text editor window and click the 'Browse Script' menu at the top, the anatomic-lex_UI.py script should be there, select it.

    On lines 42, 43 and 44 you will see at the end of each line .inputs['Fac'], change the Fac to Factor.

    Then click run script.

    Lex-script.png

    The UI tab should now appear.

    Save the file, this will save the updated script also.

    1 love
  • Martin Bergwerf replied

    Fantastic Adrian! 💯💯💯

  • RedRay Visuals replied

    Thank you Adrian... another point for me to keep in mind: you need to be in material preview mode, not in solid view mode :) oviously...

    What remains now that I don't see the skin... but this is less important

  • Omar Domenech replied

    Hot dangs Adrian is a magician. Nice one Adrian.

  • Kent Trammell replied

    Hey Team - I just uploaded v1.0.3 of the anatomic "Lex" file, which corrected for the Fac VS Factor syntax. It's available in the course downloads:


    as well as the Downloads page. Sorry for the confusion!

    • 🤟🏼
    • 👍