Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bpy.msgbus.3.py « examples « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3af5660eff6a7c00728a526d70bf9e803ecf04fd (plain)
1
2
3
4
5
"""
It is also possible to create subscriptions on a property of all instances of a
certain type:
"""
subscribe_to = (bpy.types.Object, "location")