Skip to content
Snippets Groups Projects
Commit 8366db56 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

FBX IO: fix related to T44386: do not add again and again same material to a mesh on import.

Issue here is that FBX assigns materials by objects, while in Blender it is by default assigned
to meshes (obdata). This becomes critical with tons of objects using the same mesh (as generated
e.g. by exporting from Blender's dupliobjects).

We may add an option later to assign materials to objects too, but meh... We already have tons
of options in FBX. :|

Also, added some timing/steps reporting in console, helps seeing io process going on,
and spotting stupid issues like this one!
parent 83ca4a3f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment