Hi Everybody,
When i try to export a blend file into a babylon.js file i get the following errors:
File “C:\Users\Gusta\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\babylon_js_init_.py”, line 65, in execute
exporter.execute(context, self.filepath)
File “C:\Users\Gusta\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\babylon_js\json_exporter.py”, line 115, in execute
mesh = Mesh(object, scene, self)
File “C:\Users\Gusta\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\babylon_js\mesh.py”, line 146, in init
recipe = BakingRecipe(bpyMesh, exporter)
File “C:\Users\Gusta\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\babylon_js\materials\baking_recipe.py”, line 105, in init
self.bakedMaterial.bake(bpyMesh, self)
File “C:\Users\Gusta\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\babylon_js\materials\material.py”, line 135, in bake
self.uvMapName = uv.name
AttributeError: ‘NoneType’ object has no attribute ‘name’
location: :-1
More specifically, im using the Addon Archipack and if i try to export a wall for example, no errors occur.
Once i make a window in the wall and try to export it, the errors appear.
I’m using blender 2.91.0 and the Babylon.js ver 2.91-alpha of the exporter.
Does anyone of you have any idea of why i get this error when trying to export a scene that contain windows?
Help would be much apreciated :-)!