该操作用于在控制台中移除选中行的缩进。这对于更好地组织代码和调试非常有用。
cursor_only
False
# 移除当前光标所在行的缩进 bpy.ops.console.unindent(cursor_only=True)