You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit should fix execution right problems with the fiji/Gmsh
executables installed to gitDir/pyfrp/executables mentioned in issue
#10 and add the executables
to PATH of Windows as requested in issue
#7.
TODO:
- ROI methods to generate attractors/boundary layers around.
- Embryo methods to generate attractors/boundary layers around ROIs for easy/fast setup.
- Multiple test scripts
- Openscad path handling in GUI.
- Geometry plotting becomes really slow when using MPL as backend. Need to integrate VTK plotting. See these links for this:
http://www.vtk.org/Wiki/VTK/Examples/Pythonhttp://www.vtk.org/Bug/view.php?id=12751
- something like line.fuse() would be nice at some point. So pyfrp_gmsh_geometry can simplify colinear lines to a single one.
Also slightly bundling lines to splines would make large .geo files more readable.
- Gmsh seems to have problems with complicated surfaces for boundary layer meshes. Need to find a way to make that faster.
Additions:
- Added to setup.py:
- getPermDetails
- addPathToWinPATHs
- pyfrp_misc_module.addPathToWinPATHs
Changes:
- setup.py sets permissions for executables in installation directory.
Bugfixes:
Gmsh seems to live in gmsh/gmsh.exe instead gmsh/bin/gmsh.exe .
The text was updated successfully, but these errors were encountered: