Post #1100:
R_
๐ Metadata
- Author: roaoao
- Date: 2017-11-10 09:36:53
- Type:
answer - Quality Score: 8/10
- Reply to: post_01099
- Replies (1): post_01102
๐ท๏ธ Tags
macro scripting intermediate solved
โ๏ธ Related PME Features
- 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