📋 Metadata

💬 Content

R_dva:

Can anyone know how to create a sequence “shade smooth-auto smooth 180 angle” ? Did not understand how the macro works

You don’t have to create a macro in this case.
Use this code in Command tab:

bpy.ops.object.shade_smooth(); C.object.data.use_auto_smooth = True; C.object.data.auto_smooth_angle = 3.14159

🔗 View on Blender Artists