mirror of
https://github.com/blender/blender
synced 2026-09-27 01:34:15 +03:00
7 lines
160 B
Python
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")
|