We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Traceback (most recent call last): File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\xps_tools.py", line 164, in execute status = import_xnalara_model.getInputFilename(xpsSettings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 78, in getInputFilename status = xpsImport() ^^^^^^^^^^^ File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 159, in xpsImport meshes_obs = importMeshesList(armature_ob) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 477, in importMeshesList importedMeshes = [importMesh(armature_ob, meshInfo) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 477, in importedMeshes = [importMesh(armature_ob, meshInfo) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 614, in importMesh material_creator.makeMaterial(xpsSettings, rootDir, mesh_da, meshInfo, flags) File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\material_creator.py", line 164, in makeMaterial makeNodesMaterial(xpsSettings, materialData, rootDir, mesh_da, meshInfo, flags) File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\material_creator.py", line 192, in makeNodesMaterial node_tree.links.new(xpsShadeNode.outputs['Shader'], ouputNode.inputs['Surface']) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ KeyError: 'bpy_prop_collection[key]: key "Shader" not found'
The text was updated successfully, but these errors were encountered:
i have the same issue
Sorry, something went wrong.
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\xps_tools.py", line 164, in execute
status = import_xnalara_model.getInputFilename(xpsSettings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 78, in getInputFilename
status = xpsImport()
^^^^^^^^^^^
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 159, in xpsImport
meshes_obs = importMeshesList(armature_ob)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 477, in importMeshesList
importedMeshes = [importMesh(armature_ob, meshInfo)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 477, in
importedMeshes = [importMesh(armature_ob, meshInfo)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 614, in importMesh
material_creator.makeMaterial(xpsSettings, rootDir, mesh_da, meshInfo, flags)
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\material_creator.py", line 164, in makeMaterial
makeNodesMaterial(xpsSettings, materialData, rootDir, mesh_da, meshInfo, flags)
File "C:\Users\TheNightHairen\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\XNALaraMesh\material_creator.py", line 192, in makeNodesMaterial
node_tree.links.new(xpsShadeNode.outputs['Shader'], ouputNode.inputs['Surface'])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Shader" not found'
The text was updated successfully, but these errors were encountered: