Hi I am trying to export a file for babylon js from Blender, where I have used node materials to create material and getting following error.
Exporter version: 6.3.1, Blender version: 2.82 (sub 7)
========= Conversion from Blender to Babylon.js =========
Scene settings used :
Inline textures : false
Material Type : PBR
Positions Precision : 4
Normals Precision : 3
UVs Precision : 3
Vert Color Precision: 3
Mat Weight Precision: 2
Keep Z-up r-handed : no
Texture directory : /Development/blenders/icecream/
========= An error was encountered =========
File “/Users/anunayarunav/Library/Application Support/Blender/2.82/scripts/addons/babylon_js/json_exporter.py”, line 73, in execute
self.world = World(scene, self)
File “/Users/anunayarunav/Library/Application Support/Blender/2.82/scripts/addons/babylon_js/world.py”, line 59, in init
self.envFileNoPath = bjsTexture.fileNoPath
ERROR: ‘BJSImageTexture’ object has no attribute ‘fileNoPath’
========= end of processing =========
elapsed time: 0 min, 0.0253 secs
I can upload the blend file if needed. I am new to both blender and babylonjs right now.