Post #2377: Question again @roaoao

πŸ“‹ Metadata

🏷️ Tags

macro scripting intermediate unsolved

  • Macro Editor
  • Python Scripting

πŸ’¬ Content

Question again @roaoao

https://blenderartists.org/uploads/default/original/4X/0/b/d/0bdf6978169d3432c9c3abe2cb78b78cb129f9f4.mp4

( inset command ) works perfectly using β€˜EXEC_DEFAULT’, True,

bpy.ops.mesh.inset('EXEC_DEFAULT', True, thickness=0.122799, depth=0)

image

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?


πŸ”— View on Blender Artists