bpy.ops.curve.select_previous
选择之前的贝塞尔曲线点。
bpy.ops.curve.select_previous()
无。
{'FINISHED'}
# 选择前一个贝塞尔曲线点 import bpy bpy.ops.curve.select_previous()