mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Remove O(n^2) import by disabling bumping * Add an import mode to avoid acyclic checks * Rebuild the layer tree at the end, not after each step * Incrementally update outward wires instead of repeatedly rebuilding them * Add import->export direct connection guard * Code review fixes * Replace magic number offsets with consts * Add consts for magic numbers * Improve code structuring