"Load Baked Maps" error

Issue #567 closed
Uwe Schmidt created an issue

In the actual version, I got an error when I tried to load baked HD maps. It seems to be a bug to me, since the call of “LoadNormalMaps” in “LoadMaps” (hdmorphs.py, line 810..) gives three parameters in “args”, but LoadNormalMaps expect four. The armature (second position) is missing, from what I saw.

The error was gone when I added “none” to the args at the 2nd position. No idea if the armature is also necessary for the displacement map call below, also I don’t know if the armature needs to be provided.

Comments (3)

  1. Thomas Larsson repo owner

    Should work now. Or at least this particular problem should be gone.

    I haven’t worked with normal maps for quite a while, and for some reason I cannot bake them anymore; bother Blender 2.92 and 2.93 crash when I try to do so. So what I have tested is that the plugin looks for the normal map and doesn’t find it.

  2. Uwe Schmidt reporter

    I was able to bake a normal map after some tries. I will experiment a little further and see what I can find if that makes sense. But I suppose this will be changed anyway in favor of #357, so does it make sense to report my findings here?

  3. Log in to comment