blender/doc/python_api/examples/bpy.msgbus.3.py
Campbell Barton 084333edb0 PyDoc: make examples self contained, resolve type warnings
Some examples were missing missing imports,
resolve some mypy warnings.
2026-02-12 00:25:15 +00:00

7 lines
160 B
Python

"""
It is also possible to create subscriptions on a property of all instances of a
certain type:
"""
import bpy
subscribe_to = (bpy.types.Object, "location")