diff --git a/src/components/graph/vueNodes/InputSlot.vue b/src/components/graph/vueNodes/InputSlot.vue new file mode 100644 index 000000000..dffb96d7b --- /dev/null +++ b/src/components/graph/vueNodes/InputSlot.vue @@ -0,0 +1,68 @@ + + + diff --git a/src/components/graph/vueNodes/LGraphNode.vue b/src/components/graph/vueNodes/LGraphNode.vue new file mode 100644 index 000000000..a5bd3031b --- /dev/null +++ b/src/components/graph/vueNodes/LGraphNode.vue @@ -0,0 +1,168 @@ + + + diff --git a/src/components/graph/vueNodes/NodeContent.vue b/src/components/graph/vueNodes/NodeContent.vue new file mode 100644 index 000000000..e845e22a3 --- /dev/null +++ b/src/components/graph/vueNodes/NodeContent.vue @@ -0,0 +1,33 @@ + + + diff --git a/src/components/graph/vueNodes/NodeHeader.vue b/src/components/graph/vueNodes/NodeHeader.vue new file mode 100644 index 000000000..1f7e3ded4 --- /dev/null +++ b/src/components/graph/vueNodes/NodeHeader.vue @@ -0,0 +1,107 @@ + + + diff --git a/src/components/graph/vueNodes/NodeSlots.vue b/src/components/graph/vueNodes/NodeSlots.vue new file mode 100644 index 000000000..7c72193ee --- /dev/null +++ b/src/components/graph/vueNodes/NodeSlots.vue @@ -0,0 +1,89 @@ + + + diff --git a/src/components/graph/vueNodes/NodeWidgets.vue b/src/components/graph/vueNodes/NodeWidgets.vue new file mode 100644 index 000000000..b53b5c4e9 --- /dev/null +++ b/src/components/graph/vueNodes/NodeWidgets.vue @@ -0,0 +1,97 @@ + + + diff --git a/src/components/graph/vueNodes/OutputSlot.vue b/src/components/graph/vueNodes/OutputSlot.vue new file mode 100644 index 000000000..fd16ae7c1 --- /dev/null +++ b/src/components/graph/vueNodes/OutputSlot.vue @@ -0,0 +1,68 @@ + + +