CommandRecorder2.8
CommandRecorder2.8 copied to clipboard
Doesn't record inset boundary options
You get different inset actions when doing them by hand than playing with the Play button, because use_boundary isn't saved. Workaround is to click B twice every time I inset. or to edit every inset command afterwards.
What I expected to record:
bpy.ops.mesh.inset(use_boundary=False, thickness=0.10995, depth=0)
What is recorded
bpy.ops.mesh.inset(thickness=0.10995, depth=0)
The 2 faces should be the same
