Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender 2.93.4 and 2.93.3 crash when activating addon #5

Open
lucagal opened this issue Sep 5, 2021 · 3 comments
Open

Blender 2.93.4 and 2.93.3 crash when activating addon #5

lucagal opened this issue Sep 5, 2021 · 3 comments

Comments

@lucagal
Copy link

lucagal commented Sep 5, 2021

Hi,
I tried for days to fix the problem, but no way. In Windows 8.1 I installed the weekly build of open3d with python 3.9 and it worked, also if with some interference with other addons, until i made the blender update to 2.93.3 . After that Blender exit always if I try to activate the addon. Previously it strangely made some python script to give errors and then I had to deactivate the addon in Blender 2.93.2.
Any suggestion would be appreciated, thank you

@lucagal lucagal changed the title Blender 2.93.4 and 2.93.3 crashes when activating addon Blender 2.93.4 and 2.93.3 crash when activating addon Sep 5, 2021
@vicdoval
Copy link
Owner

vicdoval commented Sep 5, 2021

if you input import open3d in the python console does it work?

@lucagal
Copy link
Author

lucagal commented Sep 5, 2021 via email

@satabol
Copy link
Contributor

satabol commented Mar 12, 2024

I have with this situation in Windows:

  1. I use Sverchok-Extra addon (with pygalmesh installed) with Sverchok-Open3D (with open3d installed)
  2. Sverchok-open3D activates after Sverchok-Extra addon:

Check addons order activation:

for addon in bpy.context.preferences.addons:
	print(addon)

image

If "sverchok open3d" is after "sverchok-extra" then Blender crash. You need change addons start order. As you can see in this example "sverchok-open3d" addon activates before "sverchok extra". To set this order you need to deactivate "sverchok-extra" and activate it again. This will move an "sverchok extra" at the end of list of activation.

If you cannot start Blender then uninstall open3d library manually:

E:\install\Blender\blender-3.6.9-windows-x64\3.6\python\bin\python.exe -m pip uninstall open3d

then try start Blender. Change addons start order and install open3d library again. Then try restart Blender. Let me know is it help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants