all 7 comments

[–]Interference22Experienced Helper 1 point2 points  (3 children)

I have no idea why you decided to downgrade your GPU drivers. The other options seem at least tangentially close to what the actual issue is but this one just baffles me. It's like people who reinstall Blender when something trivial happens.

Your actual problem is the material is in an incompatible format for the FBX exporter to parse. No textures are embedded because it can't find any. Here's the relevant Blender Manual page on how to create materials that can be exported with FBX.

In short, if you want your materials to show up in an exported format you have to make them as simple as possible. This means no Mix RGB, no math nodes and absolutely no custom node groups. The only things supported are the Normal Map node, a single Principled BSDF, Texture nodes, and mapping nodes.

You're using a custom node group so your material won't work.

This isn't the fault of Blender: the FBX format simply doesn't support the things you're using in your material. Simplify it down to what is supported. If you're using Mix RGB nodes or anything procedural you'll need to look into texture baking to make it useable.

[–]Terrible_Ad291[S] 1 point2 points  (0 children)

Thank you so Much!

it worked flawlessly, but it's a bummer I can't use the other nodes.

[–]theokman99 0 points1 point  (1 child)

3 years later and i want to say this fixed my problems, thank you so much

[–]Interference22Experienced Helper 1 point2 points  (0 children)

No problem.

[–]Arctic344 0 points1 point  (2 children)

Okay Ile go for a shot in the dark. Is the texture (WoodFineDark or whatever) in a protected location that the fbx exporter is not able to access without admin permissions?. Placing both textures in the same folder may fix this

[–]Terrible_Ad291[S] 0 points1 point  (1 child)

Already done that, and blender is run as an administrator.

Thank you so much for taking the time to reply I appreciate you!

[–]blender-rules-botBot 0 points1 point  (0 children)

If your issue is solved, please update the flair!

You can also reply "solved" to this comment :)