gret icon indicating copy to clipboard operation
gret copied to clipboard

Auto smooth in 4.x

Open sinsec90 opened this issue 7 months ago • 1 comments

Auto smooth is a modifier in Blender 4.x. I believe this change affects the "Merge & Clean operation".

    dst_mesh.use_auto_smooth = True
    ^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Mesh' object has no attribute 'use_auto_smooth'

sinsec90 avatar Jul 16 '24 22:07 sinsec90