Skip to content

Commit

Permalink
FIX: add working example componentized code
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Jan 28, 2024
1 parent 0b2b86f commit 25d4745
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions GH/PyGH/components/scriptsynccpy/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,35 @@
"ghpython": {
"marshalGuids": true,
"iconDisplay": 2,
"inputParameters": [
{
"name": "X",
"nickname": "x",
"description": "The X value of the component.",
"optional": true,
"allowTreeAccess": true,
"showTypeHints": true,
"scriptParamAccess": "item",
"wireDisplay": "default",
"sourceCount": 0,
"typeHintID": "float",
"reverse": false,
"simplify": false
},
{
"name": "Y",
"nickname": "y",
"description": "The Y value of the component.",
"optional": true,
"allowTreeAccess": true,
"showTypeHints": true,
"scriptParamAccess": "item",
"wireDisplay": "default",
"sourceCount": 0,
"typeHintID": "float",
"simplify": false
}
],
"outputParameters": [
{
"name": "stdout",
Expand Down

0 comments on commit 25d4745

Please sign in to comment.