Closed Wildenhaus closed 2 years ago
Closing this, as it's an issue with blender, and there seems to be no way to override it within the material's settings.
To fix:
Open this file in a text editor: (Blender Install Path)\(Your Blender Version)\scripts\addons\io_scene_fbx\import_fbx.py
Comment these lines out with a #
(as seen in the screenshot)
Requires restarting blender or disabling/re-enabling the FBX importer in addons
Blender's FBX Importer automatically connects the Diffuse Texture's alpha to the default PBR shader's alpha input. When it does this, it also automatically sets the material's blend mode to Alpha Blend.
I've tried a number of things to prevent this from happening, but to no avail. It seems that as of right now, the user would need a modified FBX import script to stop this from happening.
One potential workaround is to just remove the texture slots from the shader when exporting from Index. That might have to be the route we go down.
It seems Blender might already be aware of potential issues with this. In their
import_fbx.py
: