Skip to content

Commit ef0defa

Browse files
committed
Add new solvespace solver
1 parent 142ea3b commit ef0defa

File tree

4 files changed

+3525
-28
lines changed

4 files changed

+3525
-28
lines changed

base/preferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def draw(self, context):
178178
box.label(text="Solver Module")
179179
if global_data.registered:
180180
box.label(text="Registered", icon="CHECKMARK")
181-
module = sys.modules["py_slvs"]
181+
module = sys.modules["solvespace"]
182182
box.label(text="Path: " + module.__path__[0])
183183
else:
184184
row = box.row()

0 commit comments

Comments
 (0)