Post #5075: It may already be resolved, but here’s some additional information from me. If y
📋 Metadata
- Author: Pluglug
- Date: 2024-04-01 10:27:52
- Type:
answer - Quality Score: 8/10
- Reply to: post_05073
- Replies (1): post_05078
🏷️ Tags
macro scripting intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
It may already be resolved, but here’s some additional information from me. If you follow @mcjamall07’s advice, you should arrive at the bpy.ops.mesh.extrude_region_shrink_fatten() operator. Then you just need to customize it as needed. (Don’t forget to change it to Exec)
For example, you can do it like this:
bpy.ops.mesh.extrude_region_shrink_fatten('EXEC_DEFAULT', True, TRANSFORM_OT_shrink_fatten={'value': 0.5, 'release_confirm': True})