Post #1100: R_

๐Ÿ“‹ Metadata

๐Ÿท๏ธ Tags

macro scripting intermediate solved

  • Macro Editor
  • Python Scripting
  • Command tab

๐Ÿ’ฌ 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