Post #3249:
ac
📋 Metadata
- Author: roaoao
- Date: 2020-05-01 12:17:35
- Type:
answer - Quality Score: 8/10
- Reply to: post_03247
- Replies (1): post_03250
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
actimelvanille:
Just out of curiosity … would it be possible without a macro in a 1-liner?
@actimelvanille, @Metin_Seven,
Yes, join lines with semicolon:
bpy.ops.object.modifier_add('EXEC_DEFAULT', True, type='SUBSURF'); bpy.context.object.modifiers["Subdivision"].use_creases = False
❤️ 5 likes