1
0
mirror of synced 2025-12-19 17:48:10 -05:00

Add edge highlight and extrusion depth to the axis registry (#5108)

This commit is contained in:
Rod
2022-08-22 19:03:53 -07:00
committed by GitHub
parent 0ccdb3e320
commit 463d061123
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Edge Highlight, based on https://github.com/justvanrossum/nabla
tag: "EHLT"
display_name: "Edge Highlight"
min_value: 0
default_value: 12 # Taken from Nabla, but expected to be per-family
max_value: 1000
precision: 0
description:
"Controls thickness of edge highlight details."
fallback {
name: "Default"
value: 12
}

View File

@@ -0,0 +1,13 @@
# Extrusion Depth, based on https://github.com/justvanrossum/nabla
tag: "EDPT"
display_name: "Extrusion Depth"
min_value: 0
default_value: 100 # Taken from Nabla, but expected to be per-family
max_value: 1000
precision: 0
description:
"Controls extrusion depth."
fallback {
name: "Default"
value: 100
}