Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Blender 3.0 release breaks #34

@fire

Description

@fire

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:

  1. Download Blender 3.0 from steam (it's the fastest to download)
  2. Activate mixer addon
  3. Click on connect
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Under investigationWe are currently looking at itbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions