This repository was archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
Blender 3.0 release breaks #34
Copy link
Copy link
Open
Labels
Under investigationWe are currently looking at itWe are currently looking at itbugSomething isn't workingSomething isn't working
Description
Infos on the context
- Add-on version: 1.0
- Blender version: 3.0 candidate
- OS: Windows 11
Describe the bug
Blender 3.0 release breaks with mixer.
To Reproduce
Steps to reproduce the behavior:
- Download Blender 3.0 from steam (it's the fastest to download)
- Activate mixer addon
- Click on connect
- See error
bpy.ops.mesh.primitive_monkey_add(size=2, enter_editmode=False, align='WORLD', location=(0, 0, 0), scale=(1, 1, 1))
Saved "untitled.blend"
bpy.data.window_managers["WinMan"].addon_search = "mixer"
Connecting to "localhost:12800" ...
mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
Connecting to "localhost:12800" ...
mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
bpy.ops.outliner.item_activate(extend=False, deselect_all=True)
Connecting to "localhost:12800" ...
mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
Connecting to "localhost:12800" ...
mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
Connecting to "localhost:12800" ...
mixer.connect error : AttributeError("'bpy.app' object has no attribute 'binary_path_python'")
Expected behavior
Mixer connects.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Wanted to have Blender 3.0 support.
Edited:
Blender 3.0 has released.
BluePrintRandom
Metadata
Metadata
Assignees
Labels
Under investigationWe are currently looking at itWe are currently looking at itbugSomething isn't workingSomething isn't working