Skip to content

Instantly share code, notes, and snippets.

@moonrailgun
Created February 18, 2017 10:21
Show Gist options
  • Save moonrailgun/a9d3656ecbdc222f23f3278096e03096 to your computer and use it in GitHub Desktop.
Save moonrailgun/a9d3656ecbdc222f23f3278096e03096 to your computer and use it in GitHub Desktop.
delete action
import bpy
obj = bpy.data.actions['Idle.001']
obj.user_clear()
#不关闭文件来删除。
#oxox = bpy.data.actions['动作名']
#bpy.data.actions.remove(oxox)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment