Post #3254:
ac
📋 Metadata
- Author: roaoao
- Date: 2020-05-02 17:22:43
- Type:
answer - Quality Score: 8/10
- Reply to: post_03251
- Replies (1): post_03255
🏷️ Tags
macro scripting intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
actimelvanille:
would it be possible to add a new modifier at the bottom without creasing?
Try this instead:
bpy.ops.object.modifier_add('EXEC_DEFAULT', True, type='SUBSURF'); bpy.context.object.modifiers[-1].use_creases = False
❤️ 4 likes