Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andydandy74 committed Oct 11, 2024
1 parent 589be03 commit 0c25e1e
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 408 deletions.
27 changes: 15 additions & 12 deletions nodes/3.x/Binary.FromDecimal.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"Replication": "Disabled",
"Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
"Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Output, DynamoCore",
Expand All @@ -55,12 +55,13 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
"Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
},
{
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "if isinstance(IN[0], list): OUT = [bin(x) for x in IN[0]]\r\nelse: OUT = bin(IN[0])",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "b514e2f86d46485f91c2b5fbbbc263e9",
"Inputs": [
Expand All @@ -86,7 +87,7 @@
}
],
"Replication": "Disabled",
"Description": "Runs an embedded IronPython script."
"Description": "Führt ein eingebettetes Python-Skript aus."
}
],
"Connectors": [
Expand All @@ -102,18 +103,20 @@
}
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.1.5055",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"Name": "Hintergrundvorschau",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
Expand All @@ -126,34 +129,34 @@
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Input",
"Id": "baf07e95296945918867111a2247296a",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Input",
"ShowGeometry": true,
"Excluded": false,
"X": 201.515845745787,
"Y": 2.09169113370053
},
{
"ShowGeometry": true,
"Name": "Output",
"Id": "c482d3674f0d4bd194837feaee748b9f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Output",
"ShowGeometry": true,
"Excluded": false,
"X": 662.515845745787,
"Y": 2.09169113370053
},
{
"ShowGeometry": true,
"Name": "Python Script",
"Id": "b514e2f86d46485f91c2b5fbbbc263e9",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Python Script",
"ShowGeometry": true,
"Excluded": false,
"X": 438.515845745787,
"Y": 2.09169113370052
"Y": 2.0916911337005217
}
],
"Annotations": [],
Expand Down
27 changes: 15 additions & 12 deletions nodes/3.x/Binary.ToDecimal.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"Replication": "Disabled",
"Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
"Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Output, DynamoCore",
Expand All @@ -55,12 +55,13 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
"Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
},
{
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "if isinstance(IN[0], list): OUT = [int(x,2) for x in IN[0]]\r\nelse: OUT = int(IN[0],2)",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "89b58d491b554a249ff3cc76ea890e37",
"Inputs": [
Expand All @@ -86,7 +87,7 @@
}
],
"Replication": "Disabled",
"Description": "Runs an embedded IronPython script."
"Description": "Führt ein eingebettetes Python-Skript aus."
}
],
"Connectors": [
Expand All @@ -102,18 +103,20 @@
}
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.1.5055",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"Name": "Hintergrundvorschau",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
Expand All @@ -126,34 +129,34 @@
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Input",
"Id": "91d45a1459cd476ab3ef9f17094705fe",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Input",
"ShowGeometry": true,
"Excluded": false,
"X": 279.237960590327,
"Y": 34.5696090420118
},
{
"ShowGeometry": true,
"Name": "Output",
"Id": "8deba1af69aa4f3b945d8ce69f82b9b0",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Output",
"ShowGeometry": true,
"Excluded": false,
"X": 757.237960590327,
"Y": 34.5696090420118
},
{
"ShowGeometry": true,
"Name": "Python Script",
"Id": "89b58d491b554a249ff3cc76ea890e37",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Python Script",
"ShowGeometry": true,
"Excluded": false,
"X": 533.237960590327,
"Y": 34.5696090420118
"Y": 34.569609042011791
}
],
"Annotations": [],
Expand Down
25 changes: 14 additions & 11 deletions nodes/3.x/Hex.FromDecimal.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"Replication": "Disabled",
"Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
"Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Output, DynamoCore",
Expand All @@ -55,12 +55,13 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
"Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
},
{
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "if isinstance(IN[0], list): OUT = [hex(x) for x in IN[0]]\r\nelse: OUT = hex(IN[0])",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "6d25bbf4223f45399fb4178d77f540b0",
"Inputs": [
Expand All @@ -86,7 +87,7 @@
}
],
"Replication": "Disabled",
"Description": "Runs an embedded IronPython script."
"Description": "Führt ein eingebettetes Python-Skript aus."
}
],
"Connectors": [
Expand All @@ -102,18 +103,20 @@
}
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.1.5055",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
"Camera": {
"Name": "Background Preview",
"Name": "Hintergrundvorschau",
"EyeX": -17.0,
"EyeY": 24.0,
"EyeZ": 50.0,
Expand All @@ -126,31 +129,31 @@
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Input",
"Id": "baf07e95296945918867111a2247296a",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Input",
"ShowGeometry": true,
"Excluded": false,
"X": 201.515845745787,
"Y": 397.450936491716
},
{
"ShowGeometry": true,
"Name": "Output",
"Id": "c482d3674f0d4bd194837feaee748b9f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Output",
"ShowGeometry": true,
"Excluded": false,
"X": 662.515845745787,
"Y": 397.450936491716
},
{
"ShowGeometry": true,
"Name": "Python Script",
"Id": "6d25bbf4223f45399fb4178d77f540b0",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Python Script",
"ShowGeometry": true,
"Excluded": false,
"X": 438.515845745787,
"Y": 397.450936491716
Expand Down
25 changes: 14 additions & 11 deletions nodes/3.x/Hex.ToDecimal.dyf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"Replication": "Disabled",
"Description": "A function parameter, use with custom nodes.\r\n\r\nYou can specify the type and default value for parameter. E.g.,\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
"Description": "Ein Funktionsparameter zur Verwendung mit benutzerdefinierten Blöcken.\r\n\r\nSie können den Typ und den Vorgabewert für den Parameter angeben, z. B.\r\n\r\ninput : var[]..[]\r\nvalue : bool = false"
},
{
"ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Output, DynamoCore",
Expand All @@ -55,12 +55,13 @@
],
"Outputs": [],
"Replication": "Disabled",
"Description": "A function output, use with custom nodes"
"Description": "Eine Funktionsausgabe zur Verwendung mit benutzerdefinierten Blöcken"
},
{
"ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
"NodeType": "PythonScriptNode",
"Code": "if isinstance(IN[0], list): OUT = [int(x,16) for x in IN[0]]\r\nelse: OUT = int(IN[0].rstrip(\"L\"),16)",
"Engine": "CPython3",
"VariableInputPorts": true,
"Id": "73519301e5e04fdba2652cb8d4f8b2e5",
"Inputs": [
Expand All @@ -86,7 +87,7 @@
}
],
"Replication": "Disabled",
"Description": "Runs an embedded IronPython script."
"Description": "Führt ein eingebettetes Python-Skript aus."
}
],
"Connectors": [
Expand All @@ -102,13 +103,15 @@
}
],
"Dependencies": [],
"NodeLibraryDependencies": [],
"Author": "None provided",
"Bindings": [],
"View": {
"Dynamo": {
"ScaleFactor": 1.0,
"HasRunWithoutCrash": false,
"IsVisibleInDynamoLibrary": true,
"Version": "2.0.4.12684",
"Version": "2.12.1.8246",
"RunType": "Manual",
"RunPeriod": "1000"
},
Expand All @@ -126,33 +129,33 @@
},
"NodeViews": [
{
"ShowGeometry": true,
"Name": "Input",
"Id": "baf07e95296945918867111a2247296a",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Input",
"ShowGeometry": true,
"Excluded": false,
"X": 287.190888125536,
"Y": 225.915118999799
},
{
"ShowGeometry": true,
"Name": "Output",
"Id": "c482d3674f0d4bd194837feaee748b9f",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Output",
"ShowGeometry": true,
"Excluded": false,
"X": 740.190888125536,
"Y": 225.915118999799
},
{
"ShowGeometry": true,
"Name": "Python Script",
"Id": "73519301e5e04fdba2652cb8d4f8b2e5",
"IsSetAsInput": false,
"IsSetAsOutput": false,
"Name": "Python Script",
"ShowGeometry": true,
"Excluded": false,
"X": 516.190888125536,
"X": 518.45003723820219,
"Y": 225.915118999799
}
],
Expand Down
Loading

0 comments on commit 0c25e1e

Please sign in to comment.