Skip to content

Commit

Permalink
Add new solvespace solver
Browse files Browse the repository at this point in the history
  • Loading branch information
vespakoen committed Jan 13, 2023
1 parent 142ea3b commit ef0defa
Show file tree
Hide file tree
Showing 4 changed files with 3,525 additions and 28 deletions.
2 changes: 1 addition & 1 deletion base/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def draw(self, context):
box.label(text="Solver Module")
if global_data.registered:
box.label(text="Registered", icon="CHECKMARK")
module = sys.modules["py_slvs"]
module = sys.modules["solvespace"]
box.label(text="Path: " + module.__path__[0])
else:
row = box.row()
Expand Down
Loading

0 comments on commit ef0defa

Please sign in to comment.