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:
5
doc/python_api/examples/bpy.msgbus.3.py
Normal file
5
doc/python_api/examples/bpy.msgbus.3.py
Normal 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")
|
||||
Reference in New Issue
Block a user