Post #2377: Question again @roaoao
π Metadata
- Author: MatsuikoHiroka
- Date: 2019-06-02 00:30:12
- Type:
question - Quality Score: 7/10
- Reply to: post_02376
- Replies (1): post_02378
π·οΈ Tags
macro scripting intermediate unsolved
βοΈ Related PME Features
- Macro Editor
- Python Scripting
π¬ Content
Question again @roaoao
( inset command ) works perfectly using βEXEC_DEFAULTβ, True,
bpy.ops.mesh.inset('EXEC_DEFAULT', True, thickness=0.122799, depth=0)

but when i tried using bevel
https://blenderartists.org/uploads/default/original/4X/7/3/8/7388e6ddfd4e023f0daffa867d302a3dcc9d1b4e.mp4
screen.redo_last is missing
bpy.ops.mesh.bevel('EXEC_DEFAULT', offset=0.1)
i want to create a tool similar to maya , ( no dragging when beveling or instant ) and tweak the parameters after executing the command using the box or screen redo but the problem is it doesnt show with the command i posted above
any solution for this?