CommandRecorder2.8 icon indicating copy to clipboard operation
CommandRecorder2.8 copied to clipboard

Doesn't record inset boundary options

Open Tymski opened this issue 6 years ago • 0 comments

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 image

Tymski avatar Mar 12 '20 17:03 Tymski