📋 Metadata
- Author: Metin_Seven
- Date: 2020-05-01 10:25:36
- Type:
answer - Reply to: post_03245
- Replies (1): post_03247
💬 Content
Try a macro with these entries:
- bpy.ops.object.modifier_add(‘EXEC_DEFAULT’, True, type=‘SUBSURF’)
- bpy.context.object.modifiers[“Subdivision”].use_creases = False
❤️ 1 likes