Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:

blender-core-runtime

// Use when dealing with Blender Python runtime behavior -- mathutils, threading, handlers, timers, or crashes after undo/redo. Prevents the #1 runtime crash: using threading for bpy operations instead of bpy.app.timers, or caching bpy.data references across undo boundaries. Covers Vector/Matrix/Quaternion, KDTree, BVHTree, @persistent handlers, bpy.msgbus subscriptions, and background mode limitations. Keywords: mathutils, threading, undo, ReferenceError, bpy.app.timers, @persistent, bpy.msgbus, KDTree, BVHTree, background mode, Blender crash, startup script, auto-run, run on open, Blender freezes.

$ git log --oneline --stat
stars:23
forks:2
updated:2026年3月30日 18:29
文件资源管理器
4 个文件
SKILL.md
readonly