subscribe_rna and publish_rna accept any RNA-backed Python object as key (Vector, Euler, type objects, bl_rna, etc.), not just Property | Struct. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|