📋 Metadata
- Author: roaoao
- Date: 2017-11-10 09:36:53
- Type:
answer - Reply to: post_01099
- Replies (1): post_01102
💬 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