example-sk / audvis

GNU General Public License v2.0
48 stars 0 forks source link

How do you access the audvis variable in a script? #9

Closed amarillosebas closed 4 months ago

amarillosebas commented 5 months ago

Since the section is marked as TO-DO, I figured I'd ask here.

example-sk commented 5 months ago

try this: import bpy audvis = bpy.app.driver_namespace['audvis'] audvis(10, 100)