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
Describe the bug
When running cablemesh_modify_nodes command.
This error comes up
Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_ui\rhino\forms\error.py", line 20, in wrapper
return func(*args, **kwargs)
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\PythonPlugins\FoFin{18a65b9c-1a08-43ef-a1fd-ef458f0a1fa0}\dev\FF_cablemesh_modify_nodes_cmd.py", line 23, in RunCommand
cablemesh.settings["show.vertices:anchors"] = True
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_ui\values\settings.py", line 15, in setitem
self.value[key].value = value
KeyError: show.vertices:anchors
Trying the Cartenary Cables tutorial.
Screenshots
The text was updated successfully, but these errors were encountered:
we released a new version of COMPAS FormFinder. please check out the basic instructions here, and the docs here, and let us know if you still have problems...
Describe the bug
When running cablemesh_modify_nodes command.
This error comes up
Traceback (most recent call last):
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_ui\rhino\forms\error.py", line 20, in wrapper
return func(*args, **kwargs)
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\Plug-ins\PythonPlugins\FoFin{18a65b9c-1a08-43ef-a1fd-ef458f0a1fa0}\dev\FF_cablemesh_modify_nodes_cmd.py", line 23, in RunCommand
cablemesh.settings["show.vertices:anchors"] = True
File "C:\Users\danie\AppData\Roaming\McNeel\Rhinoceros\7.0\scripts\compas_ui\values\settings.py", line 15, in setitem
self.value[key].value = value
KeyError: show.vertices:anchors
Trying the Cartenary Cables tutorial.
Screenshots
The text was updated successfully, but these errors were encountered: