diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-05-30 15:38:13 +0200 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-05-30 17:33:01 +0200 |
commit | 70c234f3e3b7e673df5dd2528782e32ef14f1c31 (patch) | |
tree | f83da9ff124d39f4f716682329cb0e7cb8b15073 /doc | |
parent | 3ed2a0428c7341afae9a35f2b2786fe4a06ad306 (diff) |
Improve Graphedit connection lines
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/GraphEdit.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 1d3e3f61f7..965dbe7449 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -202,6 +202,9 @@ <member name="connection_lines_antialiased" type="bool" setter="set_connection_lines_antialiased" getter="is_connection_lines_antialiased" default="true"> If [code]true[/code], the lines between nodes will use antialiasing. </member> + <member name="connection_lines_curvature" type="float" setter="set_connection_lines_curvature" getter="get_connection_lines_curvature" default="0.5"> + The curvature of the lines between the nodes. 0 results in straight lines. + </member> <member name="connection_lines_thickness" type="float" setter="set_connection_lines_thickness" getter="get_connection_lines_thickness" default="2.0"> The thickness of the lines between the nodes. </member> @@ -372,10 +375,6 @@ <theme_item name="selection_stroke" data_type="color" type="Color" default="Color(1, 1, 1, 0.8)"> The outline color of the selection rectangle. </theme_item> - <theme_item name="bezier_len_neg" data_type="constant" type="int" default="160"> - </theme_item> - <theme_item name="bezier_len_pos" data_type="constant" type="int" default="80"> - </theme_item> <theme_item name="port_hotzone_inner_extent" data_type="constant" type="int" default="22"> The horizontal range within which a port can be grabbed (inner side). </theme_item> |