Post #1202: . โOtherโ category is hardcoded and cannot be displayed in popups, afaik.
R_dva:
hi roaoao, i made macro with two inserts with different preferences but it always work with one option. Need to make first inset inner, second inset outer. Insert always working in one side.
Round braces should fix the issue:
(bpy.ops.mesh.inset(use_outset=True))
(bpy.ops.mesh.inset(use_outset=False))
Check this post for more info.