audvis icon indicating copy to clipboard operation
audvis copied to clipboard

Audvis just wont work

Open StroepWafel opened this issue 5 months ago • 1 comments

I am using audvis version 4.4.3 and when I try to use the plugin in sequence analyzer it consistently spits this out in the blender info log:

Python: Traceback (most recent call last):
  File "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\audvis\ui\sequence.py", line 43, in draw_item
    layout.prop(item.audvis, "enable", text="")
                ^^^^^^^^^^^
AttributeError: 'SoundStrip' object has no attribute 'audvis'
Location: C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\audvis\ui\sequence.py:128

and If I click the Reload Audvis button I get:

Python: Traceback (most recent call last):
  File "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\audvis\ui\force_reload.py", line 13, in execute
    sys.modules[bpy.audvis._module_name].unregister()
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'audvis'

I'm not too sure what the issue is as I have not changed anything and this is in a brand new scene. i may not be able to answer questions because I am about to go away on a work trip and will not have access to my PC but I will do my best to answer

StroepWafel avatar Jul 04 '25 12:07 StroepWafel