From 49b68236a7b6d0d08f0ff4846512dc62b7751d25 Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Wed, 1 Apr 2026 18:46:30 +0200 Subject: [PATCH] Add bpy.msgbus key override for 5.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- overrides/5.0/bpy.msgbus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 overrides/5.0/bpy.msgbus.json diff --git a/overrides/5.0/bpy.msgbus.json b/overrides/5.0/bpy.msgbus.json new file mode 100644 index 0000000..5aaf224 --- /dev/null +++ b/overrides/5.0/bpy.msgbus.json @@ -0,0 +1,12 @@ +{ + "subscribe_rna": { + "params": { + "key": "bpy.types.Property | bpy.types.Struct | tuple[bpy.types.Struct, str] | object" + } + }, + "publish_rna": { + "params": { + "key": "bpy.types.Property | bpy.types.Struct | tuple[bpy.types.Struct, str] | object" + } + } +}