io_scene_3ds: Update for Blender 3.x #104507

Closed
Sebastian Sille wants to merge 12 commits from nrgsille-patch-2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1af6eb3394 - Show all commits

View File

@ -452,6 +452,7 @@ def process_next_chunk(context, file, previous_chunk, imported_objects, IMAGE_SE
smoothface = myContextMesh_smooth[f]
if smoothface > 0:
bmesh.polygons[f].use_smooth = True
bmesh.use_auto_smooth = True
if contextMatrix:
ob.matrix_local = contextMatrix