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

This commit is contained in:
Keavon Chambers
2023-04-28 01:30:47 -07:00
parent 3f17207a32
commit dcabd6c0b4
35 changed files with 286 additions and 313 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ pub enum ToolMessage {
Imaginate(ImaginateToolMessage),
#[remain::unsorted]
#[child]
NodeGraphFrame(NodeGraphFrameToolMessage),
Frame(FrameToolMessage),
// Messages
#[remain::unsorted]
@@ -124,7 +124,7 @@ pub enum ToolMessage {
#[remain::unsorted]
ActivateToolImaginate,
#[remain::unsorted]
ActivateToolNodeGraphFrame,
ActivateToolFrame,
ActivateTool {
tool_type: ToolType,