You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Upgrade Text node to include line height and character spacing, which were previously hardcoded to 1, from https://github.com/GraphiteEditor/Graphite/pull/2016
405
-
if reference == "Text" && inputs_count != 8{
407
+
if reference == "Text" && inputs_count != 9{
406
408
let node_definition = resolve_document_node_type(reference).unwrap();
407
409
let document_node = node_definition.default_node_template().document_node;
// Upgrade Sine, Cosine, and Tangent nodes to include a boolean input for whether the output should be in radians, which was previously the only option but is now not the default
0 commit comments