Draft: Implementation of 'Align to face' checkbox in Hatch task panel (#21332)

This commit is contained in:
Krzysztof
2025-05-23 11:42:19 +02:00
committed by GitHub
parent 391a41cbda
commit 4590d922ff
5 changed files with 30 additions and 4 deletions

View File

@@ -454,6 +454,7 @@ def _get_param_dictionary():
"HatchPatternResolution": ("int", 128), # used for SVG patterns
"HatchPatternRotation": ("float", 0.0),
"HatchPatternScale": ("float", 100.0),
"HatchPatternTranslate": ("bool", True),
"labeltype": ("string", "Custom"),
"LayersManagerHeight": ("int", 320),
"LayersManagerWidth": ("int", 640),