-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comments
if you input |
No, I tried and Blender exit immediately also if i send the command 'import open3d' from it's console. But if I try from the python console ( or terminal) outside Blender the command 'import open3d' works fine.Inviato dal mio Galaxy
-------- Messaggio originale --------Da: Victor Doval ***@***.***> Data: 05/09/21 14:29 (GMT+01:00) A: vicdoval/sverchok-open3d ***@***.***> Cc: lucagal ***@***.***>, Author ***@***.***> Oggetto: Re: [vicdoval/sverchok-open3d] Blender 2.93.4 and 2.93.3 crash when activating addon (#5)
if you input import open3d in the python console does it work?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I have with this situation in Windows:
Check addons order activation:
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? |
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
The text was updated successfully, but these errors were encountered: