Add bpy.msgbus key override for 5.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph HENRY 2026-04-01 18:46:30 +02:00
parent 5472557466
commit 49b68236a7

View File

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