Files
workinf_Blender_Wasm/blender-5.2.0/doc/python_api/examples/bpy.msgbus.3.py
2026-08-12 04:47:48 -04:00

8 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")