io_scene_b3d icon indicating copy to clipboard operation
io_scene_b3d copied to clipboard

enum MULTIPLY not found on import

Open netpipe opened this issue 2 years ago • 8 comments

in the import_b3d.py script i had to comment out line 337

   # material.blend_method = 'MULTIPLY' if mat.rgba[3] < 1.0 else 'OPAQUE'

https://github.com/netpipe/LunaGames <- Station.pk3 if you extract it and import the building.b3d file it has nice clear textures in blender but when i goto export it the glass is not transparent anymore in the game engine.

netpipe avatar Jun 19 '22 03:06 netpipe