From a6f70f776f51702ae4e10660ddc2e71111321e03 Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Wed, 1 Apr 2026 18:47:41 +0200 Subject: [PATCH] Add bpy.msgbus key override for 4.5 Co-Authored-By: Claude Opus 4.6 (1M context) --- overrides/4.5/bpy.msgbus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 overrides/4.5/bpy.msgbus.json diff --git a/overrides/4.5/bpy.msgbus.json b/overrides/4.5/bpy.msgbus.json new file mode 100644 index 0000000..5aaf224 --- /dev/null +++ b/overrides/4.5/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" + } + } +}