blender删除action 2022-12-31 by junhao·0评论 import bpy name = "MyAction" bpy.data.actions.remove(bpy.data.actions[name])