Giter Club home page Giter Club logo

Comments (3)

Grim-es avatar Grim-es commented on June 15, 2024

Hello, looks like you are not have your textures unpacked, more info here.
You could also try the dev build that is not require pillow library and uses another method of finding the right texture Download.

from material-combiner-addon.

TacticalNerd1963 avatar TacticalNerd1963 commented on June 15, 2024

Hello, looks like you are not have your textures unpacked, more info here. You could also try the dev build that is not require pillow library and uses another method of finding the right texture Download.

When I go to File>External Data>Unpack resources it says "No packed files to unpack," so the textures are definitely fine. I also tried the dev build to combine the textures but I'm getting the exact same results

from material-combiner-addon.

Mysteryem avatar Mysteryem commented on June 15, 2024

Rename your materials so that they don't start with material_atlas_, that should fix the Python error.

In particular, it's probably the material_atlas_low and material_atlas_hi, since material combiner is expecting their names to be of the format material_atlas_<unique_number>_<layer_number>. Due to them only having two _ in them, the code that tries to get the <unique number> instead gets atlas, which it tries to convert into an integer and fails with this error.

from material-combiner-addon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.