Remove maxSnapFaces parameter from params.py

Removed 'maxSnapFaces' parameter from settings.
This commit is contained in:
Roy-043
2025-12-11 17:22:30 +01:00
committed by GitHub
parent de2f8a58a3
commit e1d77cc771

View File

@@ -493,7 +493,6 @@ def _get_param_dictionary():
"LayersManagerWidth": ("int", 640),
"MakeFaceMode": ("bool", True),
"maxSnapEdges": ("int", 0),
"maxSnapFaces": ("int", 0),
"OffsetCopyMode": ("bool", False),
"Offset_OCC": ("bool", False),
"RelativeMode": ("bool", True),