-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't install addon #2
Comments
I've had the same problem. The issue is the name of the folder contained within the zip archive. It MUST NOT contain dots in it's name. Python cannot find the module in the folder otherwise. Another issue you might run into, if you use Blender >= 2.92 you need to fix So to fix it:
If you do this you can at least activate the addon and attempt to use it. Under windows I'm currently having a series of issues related to gmsh-api itself. It does not by default come with the .dll only the .so file of gmsh. Also after manually downloading the SDK and adding it to the package there are still some cryptic errors left. Probably Windows related as well. |
i was installed gmsh-api (C:\Program Files (x86)\Steam\steamapps\common\Blender\2.93\python\bin> .\python.exe -m pip install gmsh-api). But i have new problem. I don't know how work this addon, i try push button mash and get error |
I am also having problems with this addon. In my case, blender is installed with snap (Linux) and I am facing issues to make the code find the gmsh API. Also, it seems the addon tries to import gmsh-api, which is wrong. The package is named gmsh_api. I just cloned this addon and I will try to find a solution to this. I will report here if I am successful. I will try to pack gmsh API manually with the addon and check if it can then run correctly. |
I had the same problem and it wouldn't run. When I built Gmsh from source dynamically linked to the shader library with instructions from here it was at least possible to enable the add-on. Now I'm stuck on Gmsh opening within Blender (new window) but no mesh loaded and nothing happens. Closing the Gmsh window crashes Blender. |
When I try to install gmsh via addon it doesn't work.
When I install it via prompt it doesn't recognize it.
The text was updated successfully, but these errors were encountered: