Refactor naming to deprecate "node graph frame" terminology (#1187)

This commit is contained in:
Keavon Chambers
2023-04-28 01:30:47 -07:00
committed by GitHub
parent fce81d0dfc
commit 8ddaafc614
35 changed files with 286 additions and 313 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ pub enum Operation {
transform: [f64; 6],
style: style::PathStyle,
},
AddNodeGraphFrame {
AddFrame {
path: Vec<LayerId>,
insert_index: isize,
transform: [f64; 6],