Add Chromium-only Blender WebEngine parity work
This commit is contained in:
7
blender-5.2.0/doc/python_api/examples/bpy.msgbus.3.py
Normal file
7
blender-5.2.0/doc/python_api/examples/bpy.msgbus.3.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
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")
|
||||
Reference in New Issue
Block a user