implemente the knot node
This commit is contained in:
@@ -646,6 +646,20 @@
|
||||
</nodify:Node>
|
||||
</DataTemplate>
|
||||
|
||||
<DataTemplate DataType="{x:Type local:KnotOperationViewModel}">
|
||||
<nodify:Node Input="{Binding Input}"
|
||||
Output="{Binding Output}"
|
||||
Background="#FF2A2A2A"
|
||||
BorderBrush="#FF666666"
|
||||
BorderThickness="1"
|
||||
Padding="0"
|
||||
ToolTip="Knot (Reroute) — Ctrl+Click to create">
|
||||
<Ellipse Width="8" Height="8"
|
||||
Fill="#FFAAAAAA"
|
||||
Margin="2" />
|
||||
</nodify:Node>
|
||||
</DataTemplate>
|
||||
|
||||
<DataTemplate DataType="{x:Type local:OperationViewModel}">
|
||||
<nodify:Node Content="{Binding Title}"
|
||||
Input="{Binding Input}"
|
||||
|
||||
Reference in New Issue
Block a user