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

9 lines
277 B
Python

"""
Some properties are converted to Python objects when you retrieve them. This
needs to be avoided in order to create the subscription, by using
``datablock.path_resolve("property_name", False)``:
"""
import bpy
subscribe_to = bpy.context.object.path_resolve("name", False)