mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 15:17:32 +08:00
New node types and smaller fixes
This commit is contained in:
@@ -240,7 +240,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 11,
|
||||
pinName: ["Selection", "Min", "XXSmall", "XSmall", "Small", "Medium", "Large", "XLarge", "XXLarge", "Max"],
|
||||
pinNames: ["Selection", "Min", "XXSmall", "XSmall", "Small", "Medium", "Large", "XLarge", "XXLarge", "Max"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -261,7 +261,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.gray,
|
||||
icon: SVGIcon.flipflop,
|
||||
pins: 4,
|
||||
pinName: ["A", "B", "IsA"],
|
||||
pinNames: ["A", "B", "Is A"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -285,7 +285,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 7,
|
||||
pinName: ["Selection", "0", "1", "2", "3", "Default"],
|
||||
pinNames: ["Selection", "0", "1", "2", "3", "Default"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -311,7 +311,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 6,
|
||||
pinName: ["Selection", "Case 0", "Case 1", "Case 2", "Default"],
|
||||
pinNames: ["Selection", "Case 0", "Case 1", "Case 2", "Default"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -361,7 +361,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 18,
|
||||
pinName: [
|
||||
pinNames: [
|
||||
"Selection",
|
||||
"Case 0",
|
||||
"Case 1",
|
||||
@@ -401,7 +401,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 4,
|
||||
pinName: ["Selection", "Case 0", "Default"],
|
||||
pinNames: ["Selection", "Case 0", "Default"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -427,7 +427,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 5,
|
||||
pinName: ["Selection", "X Axis", "Y Axis", "Z Axis"],
|
||||
pinNames: ["Selection", "X Axis", "Y Axis", "Z Axis"],
|
||||
delegate: false,
|
||||
development: false,
|
||||
},
|
||||
@@ -466,7 +466,7 @@ const tests = [
|
||||
color: Configuration.nodeColors.lime,
|
||||
icon: SVGIcon.switch,
|
||||
pins: 11,
|
||||
pinName: [
|
||||
pinNames: [
|
||||
"Selection",
|
||||
"Translate X",
|
||||
"Translate Y",
|
||||
|
||||
Reference in New Issue
Block a user