gen 9 import error

Issue #2155 invalid
Lu created an issue

getting this error when trying to import a specific character : KeyError: 'bpy_prop_collection[key]: key "Color" not found'
other characters import fine, any idea why this is?

Comments (5)

  1. Alessandro Padovani

    Thomas let us know if you can guess something from the user description. Otherwise we can close as invalid if Lu doesn’t provide more reference.

  2. Thomas Larsson repo owner

    That would happen if the plugin expects that a node has a Color socket but it hasn’t. E.g. if a texture node is followed by a math node which the plugin might think of as a decorated texture node. However, most of those errors should be gone by now. I need the error message in the terminal window to say if this is still a bug, or if the user just has to upgrade to version 4.2.0.

  3. Log in to comment