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 a06fbe27b0
commit cb91ac7b4b

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),