Documentation: added bpy.msgbus description and examples

The `bpy.msgbus` namespace was not included in the documentation generation.
I've added it, and ported Campbell's examples from P563.
This commit is contained in:
2020-03-06 14:28:54 +01:00
parent 07c5ca7f2c
commit 2d5773d11a
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""
It is also possible to create subscriptions on a property of all instances of a
certain type:
"""
subscribe_to = (bpy.types.Object, "location")