io_scene_3ds: Some beautify to the UI in file browser #104787

Merged
Sebastian Sille merged 28 commits from :main into main 2023-07-28 05:02:54 +02:00
Showing only changes of commit 67f0607b64 - Show all commits

View File

@ -696,7 +696,6 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, CONSTRAI
# is it an object chunk?
elif new_chunk.ID == OBJECT:
if CreateBlenderObject:
putContextMesh(context, contextMesh_vertls, contextMesh_facels, contextMesh_flag,
contextMeshMaterials, contextMesh_smooth, WORLD_MATRIX)