-
- Downloads
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!
Showing
- io_scene_fbx/__init__.py 1 addition, 1 deletionio_scene_fbx/__init__.py
- io_scene_fbx/export_fbx_bin.py 46 additions, 1 deletionio_scene_fbx/export_fbx_bin.py
- io_scene_fbx/fbx_utils.py 51 additions, 0 deletionsio_scene_fbx/fbx_utils.py
- io_scene_fbx/import_fbx.py 45 additions, 10 deletionsio_scene_fbx/import_fbx.py
Loading
Please register or sign in to comment