Draft: change 'Filled' to 'Make face' in UI
Fixes #19715. The related parameter has been renamed as well and other references to 'fill mode' have been updated.
This commit is contained in:
@@ -393,7 +393,6 @@ def _get_param_dictionary():
|
||||
"FilletRadius": ("float", 100.0),
|
||||
"FilletChamferMode": ("bool", False),
|
||||
"FilletDeleteMode": ("bool", False),
|
||||
"fillmode": ("bool", True),
|
||||
"GlobalMode": ("bool", False),
|
||||
"GridHideInOtherWorkbenches": ("bool", True),
|
||||
"HatchPatternFile": ("string", hatch_pattern_file),
|
||||
@@ -404,6 +403,7 @@ def _get_param_dictionary():
|
||||
"labeltype": ("string", "Custom"),
|
||||
"LayersManagerHeight": ("int", 320),
|
||||
"LayersManagerWidth": ("int", 640),
|
||||
"MakeFaceMode": ("bool", True),
|
||||
"maxSnapEdges": ("int", 0),
|
||||
"OffsetCopyMode": ("bool", False),
|
||||
"Offset_OCC": ("bool", False),
|
||||
|
||||
@@ -216,7 +216,7 @@ def get_param_type(param):
|
||||
"LineSpacing", "DefaultAnnoScaleMultiplier"):
|
||||
return "float"
|
||||
elif param in ("selectBaseObjects", "alwaysSnap", "grid",
|
||||
"fillmode", "DimShowLine",
|
||||
"MakeFaceMode", "DimShowLine",
|
||||
"SvgLinesBlack", "dxfStdSize", "SnapBarShowOnlyDuringCommands",
|
||||
"alwaysShowGrid", "renderPolylineWidth",
|
||||
"showPlaneTracker", "UsePartPrimitives",
|
||||
|
||||
Reference in New Issue
Block a user