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" + } + } +}