WolfParametric commited on
Commit
c83d81d
·
verified ·
1 Parent(s): 60f2a45

Grasshopper script export from Anonymous

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Anonymous_20250629_181231_GH2JSON_20250629_181231.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Description": "What the script does: Creates parametric spiral tower; inputs: height slider, twist angle; outputs: spiral geometry, floor planes",
3
+ "output": {
4
+ "components": [
5
+ {
6
+ "id": 1,
7
+ "type": "Number Slider",
8
+ "objectType": "Parameter",
9
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
10
+ "params": {
11
+ "Value": 5.0
12
+ },
13
+ "position": {
14
+ "x": 0.0,
15
+ "y": 0.0
16
+ },
17
+ "inputSettings": [],
18
+ "outputSettings": [
19
+ {
20
+ "parameterName": "Number Slider",
21
+ "dataMapping": "None",
22
+ "isReparameterized": false,
23
+ "hasExpression": false,
24
+ "expressionContent": null,
25
+ "persistentData": {
26
+ "dataType": "SliderValue",
27
+ "value": 5.0
28
+ },
29
+ "additionalSettings": {
30
+ "IsExpression": false,
31
+ "Optional": false,
32
+ "Reverse": false,
33
+ "Simplify": false,
34
+ "IsPrincipal": "CannotBePrincipal",
35
+ "Locked": false
36
+ }
37
+ }
38
+ ],
39
+ "componentState": null
40
+ },
41
+ {
42
+ "id": 2,
43
+ "type": "Number Slider",
44
+ "objectType": "Parameter",
45
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
46
+ "params": {
47
+ "Value": 5.0
48
+ },
49
+ "position": {
50
+ "x": 0.0,
51
+ "y": 41.79602
52
+ },
53
+ "inputSettings": [],
54
+ "outputSettings": [
55
+ {
56
+ "parameterName": "Number Slider",
57
+ "dataMapping": "None",
58
+ "isReparameterized": false,
59
+ "hasExpression": false,
60
+ "expressionContent": null,
61
+ "persistentData": {
62
+ "dataType": "SliderValue",
63
+ "value": 5.0
64
+ },
65
+ "additionalSettings": {
66
+ "IsExpression": false,
67
+ "Optional": false,
68
+ "Reverse": false,
69
+ "Simplify": false,
70
+ "IsPrincipal": "CannotBePrincipal",
71
+ "Locked": false
72
+ }
73
+ }
74
+ ],
75
+ "componentState": null
76
+ },
77
+ {
78
+ "id": 3,
79
+ "type": "Geometry",
80
+ "objectType": "Parameter",
81
+ "guid": "ac2bc2cb-70fb-4dd5-9c78-7e1ea97fe278",
82
+ "params": {},
83
+ "position": {
84
+ "x": 336.0185,
85
+ "y": 0.0
86
+ },
87
+ "inputSettings": [],
88
+ "outputSettings": [
89
+ {
90
+ "parameterName": "Geometry",
91
+ "dataMapping": "None",
92
+ "isReparameterized": false,
93
+ "hasExpression": false,
94
+ "expressionContent": null,
95
+ "additionalSettings": {
96
+ "Hidden": false,
97
+ "IsPreviewCapable": true,
98
+ "IsBakeCapable": false,
99
+ "Optional": false,
100
+ "Reverse": false,
101
+ "Simplify": false,
102
+ "IsPrincipal": "CannotBePrincipal",
103
+ "Locked": false
104
+ }
105
+ }
106
+ ],
107
+ "componentState": null
108
+ },
109
+ {
110
+ "id": 4,
111
+ "type": "Geometry",
112
+ "objectType": "Parameter",
113
+ "guid": "ac2bc2cb-70fb-4dd5-9c78-7e1ea97fe278",
114
+ "params": {},
115
+ "position": {
116
+ "x": 336.0185,
117
+ "y": 76.0
118
+ },
119
+ "inputSettings": [],
120
+ "outputSettings": [
121
+ {
122
+ "parameterName": "Geometry",
123
+ "dataMapping": "None",
124
+ "isReparameterized": false,
125
+ "hasExpression": false,
126
+ "expressionContent": null,
127
+ "additionalSettings": {
128
+ "Hidden": false,
129
+ "IsPreviewCapable": true,
130
+ "IsBakeCapable": false,
131
+ "Optional": false,
132
+ "Reverse": false,
133
+ "Simplify": false,
134
+ "IsPrincipal": "CannotBePrincipal",
135
+ "Locked": false
136
+ }
137
+ }
138
+ ],
139
+ "componentState": null
140
+ }
141
+ ],
142
+ "connections": []
143
+ }
144
+ }