bpy.ops.anim.end_frame_set
设置动画的结束帧。
frame
{'FINISHED'}
import bpy # 设置当前文件动画的结束帧为 250 bpy.ops.anim.end_frame_set(frame=250)
RuntimeError