Skip to content
New issue

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

test all file formats on latest Blender #22

Open
mrwonko opened this issue Aug 13, 2022 · 3 comments · May be fixed by #70
Open

test all file formats on latest Blender #22

mrwonko opened this issue Aug 13, 2022 · 3 comments · May be fixed by #70
Milestone

Comments

@mrwonko
Copy link
Owner

mrwonko commented Aug 13, 2022

I only know that glm/gla works properly in new Blender versions. I had a report of ASE import being broken, and need to see what else is, too.

@savenar
Copy link

savenar commented Jan 11, 2023

Greetings
Version Blender 3.4 When trying to import a glm model, I got the following error. Do not tell me how to solve the problem?
Python: Traceback (most recent call last):
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2Operators.py", line 92, in execute
success, message = scene.saveToBlender(scale, skin, self.guessTextures, self.skeletonFixes)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2Scene.py", line 141, in saveToBlender
success, message = self.glm.saveToBlender(self.basepath, self.gla, scene_root, skin_rel, guessTextures)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2GLM.py", line 1051, in saveToBlender
self.LODCollection.saveToBlender(data)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2GLM.py", line 875, in saveToBlender
LOD.saveToBlender(data, root)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2GLM.py", line 806, in saveToBlender
obj = surface.saveToBlender(data, self.level)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAG2GLM.py", line 648, in saveToBlender
material = data.materialManager.getMaterial(name, surfaceData.shader)
File "C:\Users\acer\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\jediacademy\JAMaterialmanager.py", line 88, in getMaterial
bsdf = mat.node_tree.nodes["Principled BSDF"]
KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'

@sqwirral
Copy link

sqwirral commented Aug 3, 2023

No problems were noticed importing ASE files with Blender 3.6.1. Thank you for the script!

@mrwonko mrwonko added this to the JKHub Release milestone Oct 3, 2023
@SomaZ
Copy link
Contributor

SomaZ commented Sep 7, 2024

Tested everything and fixed up what was broken in
#70

@SomaZ SomaZ linked a pull request Sep 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants