Labels / anAtomic Lex tab missing

Forum Archive Labels / anAtomic Lex tab missing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #16344
    Tobias Krause
    Participant

      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… 

      #79107
      Martin Bergwerf
      Participant

        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’.

        #79108
        Adrian Bellworthy
        Participant

          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.

          #79109
          Martin Bergwerf
          Participant

            Fantastic Adrian! 💯💯💯

            #79110
            Tobias Krause
            Participant

              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

              #79111
              Omar Domenech
              Participant

                Hot dangs Adrian is a magician. Nice one Adrian.

                #79112
                Kent Trammell
                Participant

                  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!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Labels / anAtomic Lex tab missing’ is closed to new replies.