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

bpy.msgbus.2.py « examples « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ac2187f7f9388704961ff582d7ffce9b04123de (plain)
1
2
3
4
5
6
"""
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)``:
"""
subscribe_to = bpy.context.object.path_resolve("name", False)