WolfParametric commited on
Commit
dc7888f
·
verified ·
1 Parent(s): c7749e9

Grasshopper script export from Akhaneja

Browse files

Community contributed Grasshopper script from WOLF plugin

scripts/Akhaneja_20250611_194105_Contribution_GH2JSON_20250611_194105.json ADDED
@@ -0,0 +1,604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "meta": {
3
+ "version": "1.0"
4
+ },
5
+ "User": {
6
+ "FullName": "Akhaneja",
7
+ "Country": "India",
8
+ "Email": null,
9
+ "LinkedInId": null
10
+ },
11
+ "Description": "What the script does: Test the data structure for new wolf update; inputs: ss; outputs: ss",
12
+ "output": {
13
+ "components": [
14
+ {
15
+ "id": 1,
16
+ "type": "Number Slider",
17
+ "objectType": "Parameter",
18
+ "guid": "57da07bd-ecab-415d-9d86-af36d7073abc",
19
+ "params": {
20
+ "Value": 5
21
+ },
22
+ "position": {
23
+ "x": 0,
24
+ "y": 37.525223
25
+ },
26
+ "inputSettings": [],
27
+ "outputSettings": [
28
+ {
29
+ "parameterName": "Number Slider",
30
+ "dataMapping": "None",
31
+ "isReparameterized": false,
32
+ "hasExpression": false,
33
+ "expressionContent": null,
34
+ "persistentData": {
35
+ "dataType": "SliderValue",
36
+ "value": 5
37
+ },
38
+ "additionalSettings": {
39
+ "IsExpression": false,
40
+ "Optional": false,
41
+ "Reverse": false,
42
+ "Simplify": false,
43
+ "IsPrincipal": "CannotBePrincipal",
44
+ "Locked": false
45
+ }
46
+ }
47
+ ],
48
+ "componentState": null
49
+ },
50
+ {
51
+ "id": 2,
52
+ "type": "Addition",
53
+ "objectType": "Component",
54
+ "guid": "a0d62394-a118-422d-abb3-6af115c75b25",
55
+ "params": {},
56
+ "position": {
57
+ "x": 229.18224,
58
+ "y": 56.981056
59
+ },
60
+ "inputSettings": [
61
+ {
62
+ "parameterName": "A",
63
+ "dataMapping": "None",
64
+ "isReparameterized": false,
65
+ "hasExpression": false,
66
+ "expressionContent": null,
67
+ "persistentData": null,
68
+ "additionalSettings": {
69
+ "UseDegrees": false,
70
+ "Hidden": false,
71
+ "IsPreviewCapable": true,
72
+ "IsBakeCapable": false,
73
+ "Optional": true,
74
+ "Reverse": false,
75
+ "Simplify": false,
76
+ "IsPrincipal": "IsNotPrincipal",
77
+ "Locked": false
78
+ }
79
+ },
80
+ {
81
+ "parameterName": "B",
82
+ "dataMapping": "None",
83
+ "isReparameterized": false,
84
+ "hasExpression": false,
85
+ "expressionContent": null,
86
+ "persistentData": {
87
+ "dataType": "GenericValues",
88
+ "value": 50
89
+ },
90
+ "additionalSettings": {
91
+ "UseDegrees": false,
92
+ "Hidden": false,
93
+ "IsPreviewCapable": true,
94
+ "IsBakeCapable": false,
95
+ "Optional": true,
96
+ "Reverse": false,
97
+ "Simplify": false,
98
+ "IsPrincipal": "IsNotPrincipal",
99
+ "Locked": false
100
+ }
101
+ }
102
+ ],
103
+ "outputSettings": [
104
+ {
105
+ "parameterName": "Result",
106
+ "dataMapping": "None",
107
+ "isReparameterized": false,
108
+ "hasExpression": false,
109
+ "expressionContent": null,
110
+ "persistentData": null,
111
+ "additionalSettings": {
112
+ "UseDegrees": false,
113
+ "Hidden": false,
114
+ "IsPreviewCapable": true,
115
+ "IsBakeCapable": false,
116
+ "Optional": false,
117
+ "Reverse": false,
118
+ "Simplify": false,
119
+ "IsPrincipal": "CannotBePrincipal",
120
+ "Locked": false
121
+ }
122
+ }
123
+ ],
124
+ "componentState": null
125
+ },
126
+ {
127
+ "id": 3,
128
+ "type": "Graph Mapper",
129
+ "objectType": "Parameter",
130
+ "guid": "bc984576-7aa6-491f-a91d-e444c33675a7",
131
+ "params": {},
132
+ "position": {
133
+ "x": 375.38293,
134
+ "y": 0
135
+ },
136
+ "inputSettings": [],
137
+ "outputSettings": [
138
+ {
139
+ "parameterName": "Graph Mapper",
140
+ "dataMapping": "None",
141
+ "isReparameterized": false,
142
+ "hasExpression": false,
143
+ "expressionContent": null,
144
+ "persistentData": null,
145
+ "additionalSettings": {
146
+ "Optional": false,
147
+ "Reverse": false,
148
+ "Simplify": false,
149
+ "IsPrincipal": "CannotBePrincipal",
150
+ "Locked": false
151
+ }
152
+ }
153
+ ],
154
+ "componentState": {
155
+ "graphType": "GH_PerlinGraph"
156
+ }
157
+ },
158
+ {
159
+ "id": 4,
160
+ "type": "Populate 2D",
161
+ "objectType": "Component",
162
+ "guid": "e2d958e8-9f08-44f7-bf47-a684882d0b2a",
163
+ "params": {},
164
+ "position": {
165
+ "x": 772.18225,
166
+ "y": 173.98105
167
+ },
168
+ "inputSettings": [
169
+ {
170
+ "parameterName": "Region",
171
+ "dataMapping": "Flatten",
172
+ "isReparameterized": false,
173
+ "hasExpression": false,
174
+ "expressionContent": null,
175
+ "persistentData": null,
176
+ "additionalSettings": {
177
+ "Hidden": false,
178
+ "IsPreviewCapable": true,
179
+ "IsBakeCapable": true,
180
+ "Optional": false,
181
+ "Reverse": false,
182
+ "Simplify": false,
183
+ "IsPrincipal": "IsNotPrincipal",
184
+ "Locked": false
185
+ }
186
+ },
187
+ {
188
+ "parameterName": "Count",
189
+ "dataMapping": "None",
190
+ "isReparameterized": false,
191
+ "hasExpression": false,
192
+ "expressionContent": null,
193
+ "persistentData": {
194
+ "dataType": "IntegerValues",
195
+ "value": 100
196
+ },
197
+ "additionalSettings": {
198
+ "Optional": false,
199
+ "Reverse": false,
200
+ "Simplify": false,
201
+ "IsPrincipal": "IsNotPrincipal",
202
+ "Locked": false
203
+ }
204
+ },
205
+ {
206
+ "parameterName": "Seed",
207
+ "dataMapping": "None",
208
+ "isReparameterized": false,
209
+ "hasExpression": false,
210
+ "expressionContent": null,
211
+ "persistentData": {
212
+ "dataType": "IntegerValues",
213
+ "value": 1
214
+ },
215
+ "additionalSettings": {
216
+ "Optional": false,
217
+ "Reverse": true,
218
+ "Simplify": false,
219
+ "IsPrincipal": "IsNotPrincipal",
220
+ "Locked": false
221
+ }
222
+ },
223
+ {
224
+ "parameterName": "Points",
225
+ "dataMapping": "None",
226
+ "isReparameterized": false,
227
+ "hasExpression": false,
228
+ "expressionContent": null,
229
+ "persistentData": null,
230
+ "additionalSettings": {
231
+ "Hidden": false,
232
+ "Locked": false,
233
+ "IsPreviewCapable": true,
234
+ "IsBakeCapable": false,
235
+ "Optional": true,
236
+ "Reverse": false,
237
+ "Simplify": false,
238
+ "IsPrincipal": "IsPrincipal",
239
+ "Principal": true
240
+ }
241
+ }
242
+ ],
243
+ "outputSettings": [
244
+ {
245
+ "parameterName": "Population",
246
+ "dataMapping": "None",
247
+ "isReparameterized": false,
248
+ "hasExpression": false,
249
+ "expressionContent": null,
250
+ "persistentData": null,
251
+ "additionalSettings": {
252
+ "Hidden": false,
253
+ "Locked": false,
254
+ "IsPreviewCapable": true,
255
+ "IsBakeCapable": true,
256
+ "Optional": false,
257
+ "Reverse": false,
258
+ "Simplify": false,
259
+ "IsPrincipal": "CannotBePrincipal"
260
+ }
261
+ }
262
+ ],
263
+ "componentState": null
264
+ },
265
+ {
266
+ "id": 5,
267
+ "type": "List Item",
268
+ "objectType": "Component",
269
+ "guid": "59daf374-bc21-4a5e-8282-5504fb7ae9ae",
270
+ "params": {},
271
+ "position": {
272
+ "x": 781.18225,
273
+ "y": 42.981056
274
+ },
275
+ "inputSettings": [
276
+ {
277
+ "parameterName": "List",
278
+ "dataMapping": "None",
279
+ "isReparameterized": false,
280
+ "hasExpression": false,
281
+ "expressionContent": null,
282
+ "persistentData": null,
283
+ "additionalSettings": {
284
+ "UseDegrees": false,
285
+ "Hidden": false,
286
+ "IsPreviewCapable": true,
287
+ "IsBakeCapable": false,
288
+ "Optional": false,
289
+ "Reverse": false,
290
+ "Simplify": false,
291
+ "IsPrincipal": "IsNotPrincipal",
292
+ "Locked": false
293
+ }
294
+ },
295
+ {
296
+ "parameterName": "Index",
297
+ "dataMapping": "None",
298
+ "isReparameterized": false,
299
+ "hasExpression": false,
300
+ "expressionContent": null,
301
+ "persistentData": null,
302
+ "additionalSettings": {
303
+ "Optional": false,
304
+ "Reverse": false,
305
+ "Simplify": false,
306
+ "IsPrincipal": "IsNotPrincipal",
307
+ "Locked": false
308
+ }
309
+ },
310
+ {
311
+ "parameterName": "Wrap",
312
+ "dataMapping": "None",
313
+ "isReparameterized": false,
314
+ "hasExpression": false,
315
+ "expressionContent": null,
316
+ "persistentData": {
317
+ "dataType": "BooleanValues",
318
+ "value": true
319
+ },
320
+ "additionalSettings": {
321
+ "Invert": false,
322
+ "Optional": false,
323
+ "Reverse": false,
324
+ "Simplify": false,
325
+ "IsPrincipal": "IsNotPrincipal",
326
+ "Locked": false
327
+ }
328
+ }
329
+ ],
330
+ "outputSettings": [
331
+ {
332
+ "parameterName": "Item",
333
+ "dataMapping": "None",
334
+ "isReparameterized": false,
335
+ "hasExpression": false,
336
+ "expressionContent": null,
337
+ "persistentData": null,
338
+ "additionalSettings": {
339
+ "UseDegrees": false,
340
+ "Hidden": false,
341
+ "IsPreviewCapable": true,
342
+ "IsBakeCapable": false,
343
+ "Optional": false,
344
+ "Reverse": false,
345
+ "Simplify": false,
346
+ "IsPrincipal": "CannotBePrincipal",
347
+ "Locked": false
348
+ }
349
+ },
350
+ {
351
+ "parameterName": "Item \u002B1",
352
+ "dataMapping": "None",
353
+ "isReparameterized": false,
354
+ "hasExpression": false,
355
+ "expressionContent": null,
356
+ "persistentData": null,
357
+ "additionalSettings": {
358
+ "UseDegrees": false,
359
+ "Hidden": false,
360
+ "IsPreviewCapable": true,
361
+ "IsBakeCapable": false,
362
+ "Optional": false,
363
+ "Reverse": false,
364
+ "Simplify": false,
365
+ "IsPrincipal": "CannotBePrincipal",
366
+ "Locked": false
367
+ }
368
+ },
369
+ {
370
+ "parameterName": "Item \u002B2",
371
+ "dataMapping": "None",
372
+ "isReparameterized": false,
373
+ "hasExpression": false,
374
+ "expressionContent": null,
375
+ "persistentData": null,
376
+ "additionalSettings": {
377
+ "UseDegrees": false,
378
+ "Hidden": false,
379
+ "IsPreviewCapable": true,
380
+ "IsBakeCapable": false,
381
+ "Optional": false,
382
+ "Reverse": false,
383
+ "Simplify": false,
384
+ "IsPrincipal": "CannotBePrincipal",
385
+ "Locked": false
386
+ }
387
+ },
388
+ {
389
+ "parameterName": "Item \u002B3",
390
+ "dataMapping": "None",
391
+ "isReparameterized": false,
392
+ "hasExpression": false,
393
+ "expressionContent": null,
394
+ "persistentData": null,
395
+ "additionalSettings": {
396
+ "UseDegrees": false,
397
+ "Hidden": false,
398
+ "IsPreviewCapable": true,
399
+ "IsBakeCapable": false,
400
+ "Optional": false,
401
+ "Reverse": false,
402
+ "Simplify": false,
403
+ "IsPrincipal": "CannotBePrincipal",
404
+ "Locked": false
405
+ }
406
+ }
407
+ ],
408
+ "componentState": null
409
+ },
410
+ {
411
+ "id": 6,
412
+ "type": "Merge",
413
+ "objectType": "Component",
414
+ "guid": "3cadddef-1e2b-4c09-9390-0e8f78f7609f",
415
+ "params": {},
416
+ "position": {
417
+ "x": 902.18225,
418
+ "y": 39.981056
419
+ },
420
+ "inputSettings": [
421
+ {
422
+ "parameterName": "Data 1",
423
+ "dataMapping": "None",
424
+ "isReparameterized": false,
425
+ "hasExpression": false,
426
+ "expressionContent": null,
427
+ "persistentData": null,
428
+ "additionalSettings": {
429
+ "UseDegrees": false,
430
+ "Hidden": false,
431
+ "IsPreviewCapable": true,
432
+ "IsBakeCapable": false,
433
+ "Optional": true,
434
+ "Reverse": false,
435
+ "Simplify": false,
436
+ "IsPrincipal": "IsNotPrincipal",
437
+ "Locked": false
438
+ }
439
+ },
440
+ {
441
+ "parameterName": "Data 2",
442
+ "dataMapping": "None",
443
+ "isReparameterized": false,
444
+ "hasExpression": false,
445
+ "expressionContent": null,
446
+ "persistentData": null,
447
+ "additionalSettings": {
448
+ "UseDegrees": false,
449
+ "Hidden": false,
450
+ "IsPreviewCapable": true,
451
+ "IsBakeCapable": false,
452
+ "Optional": true,
453
+ "Reverse": false,
454
+ "Simplify": false,
455
+ "IsPrincipal": "IsNotPrincipal",
456
+ "Locked": false
457
+ }
458
+ },
459
+ {
460
+ "parameterName": "Data 3",
461
+ "dataMapping": "None",
462
+ "isReparameterized": false,
463
+ "hasExpression": false,
464
+ "expressionContent": null,
465
+ "persistentData": null,
466
+ "additionalSettings": {
467
+ "UseDegrees": false,
468
+ "Hidden": false,
469
+ "IsPreviewCapable": true,
470
+ "IsBakeCapable": false,
471
+ "Optional": true,
472
+ "Reverse": false,
473
+ "Simplify": false,
474
+ "IsPrincipal": "IsNotPrincipal",
475
+ "Locked": false
476
+ }
477
+ },
478
+ {
479
+ "parameterName": "Data 4",
480
+ "dataMapping": "None",
481
+ "isReparameterized": false,
482
+ "hasExpression": false,
483
+ "expressionContent": null,
484
+ "persistentData": null,
485
+ "additionalSettings": {
486
+ "UseDegrees": false,
487
+ "Hidden": false,
488
+ "IsPreviewCapable": true,
489
+ "IsBakeCapable": false,
490
+ "Optional": true,
491
+ "Reverse": false,
492
+ "Simplify": false,
493
+ "IsPrincipal": "IsNotPrincipal",
494
+ "Locked": false
495
+ }
496
+ },
497
+ {
498
+ "parameterName": "Data 5",
499
+ "dataMapping": "None",
500
+ "isReparameterized": false,
501
+ "hasExpression": false,
502
+ "expressionContent": null,
503
+ "persistentData": null,
504
+ "additionalSettings": {
505
+ "UseDegrees": false,
506
+ "Hidden": false,
507
+ "IsPreviewCapable": true,
508
+ "IsBakeCapable": false,
509
+ "Optional": true,
510
+ "Reverse": false,
511
+ "Simplify": false,
512
+ "IsPrincipal": "IsNotPrincipal",
513
+ "Locked": false
514
+ }
515
+ }
516
+ ],
517
+ "outputSettings": [
518
+ {
519
+ "parameterName": "Result",
520
+ "dataMapping": "None",
521
+ "isReparameterized": false,
522
+ "hasExpression": false,
523
+ "expressionContent": null,
524
+ "persistentData": null,
525
+ "additionalSettings": {
526
+ "UseDegrees": false,
527
+ "Hidden": false,
528
+ "IsPreviewCapable": true,
529
+ "IsBakeCapable": false,
530
+ "Optional": false,
531
+ "Reverse": false,
532
+ "Simplify": false,
533
+ "IsPrincipal": "CannotBePrincipal",
534
+ "Locked": false
535
+ }
536
+ }
537
+ ],
538
+ "componentState": null
539
+ }
540
+ ],
541
+ "connections": [
542
+ {
543
+ "from": {
544
+ "id": 1,
545
+ "output": "Number Slider"
546
+ },
547
+ "to": {
548
+ "id": 2,
549
+ "input": "A"
550
+ }
551
+ },
552
+ {
553
+ "from": {
554
+ "id": 3,
555
+ "output": "Graph Mapper"
556
+ },
557
+ "to": {
558
+ "id": 5,
559
+ "input": "List"
560
+ }
561
+ },
562
+ {
563
+ "from": {
564
+ "id": 5,
565
+ "output": "Item"
566
+ },
567
+ "to": {
568
+ "id": 6,
569
+ "input": "Data 1"
570
+ }
571
+ },
572
+ {
573
+ "from": {
574
+ "id": 5,
575
+ "output": "Item \u002B1"
576
+ },
577
+ "to": {
578
+ "id": 6,
579
+ "input": "Data 2"
580
+ }
581
+ },
582
+ {
583
+ "from": {
584
+ "id": 5,
585
+ "output": "Item \u002B2"
586
+ },
587
+ "to": {
588
+ "id": 6,
589
+ "input": "Data 3"
590
+ }
591
+ },
592
+ {
593
+ "from": {
594
+ "id": 5,
595
+ "output": "Item \u002B3"
596
+ },
597
+ "to": {
598
+ "id": 6,
599
+ "input": "Data 4"
600
+ }
601
+ }
602
+ ]
603
+ }
604
+ }