Embedding textures into a file when exporting to FBX from Blender

The FBX format supports packing textures into a file. To embed textures into the .fbx file when exporting from Blender, we need to specify the value of the Path Mode parameter equal to “Copy” in the export parameters and enable the Embed Textures option.

Pay attention that the texture Image Texture node in the material must be linked to the Principled BSDF node. If another node type is used, for example. the Diffuse BSDF node, the texture will not be packed to the .fbx file.

When we export to FBX format with the Blender Python API, to pack the textures into a file, we need to set the same parameters in the code:

The “path_mode” parameter must have only the “COPY” value, embedding textures doesn’t work with another variants.

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comment
Inline Feedbacks
View all comments