nodebpy 0.1.1__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nodebpy/nodes/__init__.py CHANGED
@@ -1,12 +1,643 @@
1
- """Auto-generated geometry node classes."""
1
+ """Auto-generated init file from generate.py"""
2
2
 
3
- # Import manually specified nodes
4
- from .manually_specified import *
3
+ from .manual import (
4
+ SetHandleType,
5
+ HandleTypeSelection,
6
+ IndexSwitch,
7
+ MenuSwitch,
8
+ CaptureAttribute,
9
+ FieldToGrid,
10
+ JoinGeometry,
11
+ SDFGridBoolean,
12
+ Bake,
13
+ JoinStrings,
14
+ GeometryToInstance,
15
+ RepeatInput,
16
+ RepeatOutput,
17
+ RepeatZone,
18
+ SimulationInput,
19
+ SimulationOutput,
20
+ SimulationZone,
21
+ FormatString,
22
+ Value,
23
+ AccumulateField,
24
+ EvaluateAtIndex,
25
+ FieldAverage,
26
+ FieldMinAndMax,
27
+ EvaluateOnDomain,
28
+ FieldVariance,
29
+ Compare,
30
+ AttributeStatistic,
31
+ )
32
+ from .converter import (
33
+ AlignRotationToVector,
34
+ AxesToRotation,
35
+ AxisAngleToRotation,
36
+ BitMath,
37
+ Blackbody,
38
+ BooleanMath,
39
+ Clamp,
40
+ ColorRamp,
41
+ CombineBundle,
42
+ CombineColor,
43
+ CombineMatrix,
44
+ CombineTransform,
45
+ CombineXYZ,
46
+ EulerToRotation,
47
+ FindInString,
48
+ FloatCurve,
49
+ FloatToInteger,
50
+ HashValue,
51
+ IndexOfNearest,
52
+ IntegerMath,
53
+ InvertMatrix,
54
+ InvertRotation,
55
+ JoinBundle,
56
+ MapRange,
57
+ MatchString,
58
+ Math,
59
+ MatrixDeterminant,
60
+ Mix,
61
+ MultiplyMatrices,
62
+ PackUVIslands,
63
+ ProjectPoint,
64
+ QuaternionToRotation,
65
+ RandomValue,
66
+ ReplaceString,
67
+ RotateEuler,
68
+ RotateRotation,
69
+ RotateVector,
70
+ RotationToAxisAngle,
71
+ RotationToEuler,
72
+ RotationToQuaternion,
73
+ SeparateBundle,
74
+ SeparateColor,
75
+ SeparateMatrix,
76
+ SeparateTransform,
77
+ SeparateXYZ,
78
+ SliceString,
79
+ StringLength,
80
+ StringToValue,
81
+ Switch,
82
+ TransformDirection,
83
+ TransformPoint,
84
+ TransposeMatrix,
85
+ UVUnwrap,
86
+ ValueToString,
87
+ )
88
+ from .input import (
89
+ Cursor3D,
90
+ ActiveCamera,
91
+ ActiveElement,
92
+ Boolean,
93
+ CameraInfo,
94
+ Collection,
95
+ CollectionInfo,
96
+ Color,
97
+ CornersOfEdge,
98
+ CornersOfFace,
99
+ CornersOfVertex,
100
+ CurveHandlePositions,
101
+ CurveTangent,
102
+ CurveTilt,
103
+ CurveOfPoint,
104
+ EdgeAngle,
105
+ EdgeNeighbors,
106
+ EdgePathsToSelection,
107
+ EdgeVertices,
108
+ EdgesOfCorner,
109
+ EdgesOfVertex,
110
+ EdgesToFaceGroups,
111
+ EndpointSelection,
112
+ FaceArea,
113
+ FaceGroupBoundaries,
114
+ FaceNeighbors,
115
+ FaceSet,
116
+ FaceOfCorner,
117
+ ID,
118
+ Image,
119
+ ImageInfo,
120
+ ImportCSV,
121
+ ImportOBJ,
122
+ ImportPLY,
123
+ ImportSTL,
124
+ ImportText,
125
+ ImportVDB,
126
+ Index,
127
+ InstanceBounds,
128
+ InstanceRotation,
129
+ InstanceScale,
130
+ InstanceTransform,
131
+ Integer,
132
+ IsEdgeSmooth,
133
+ IsFacePlanar,
134
+ IsFaceSmooth,
135
+ IsSplineCyclic,
136
+ IsViewport,
137
+ Material,
138
+ MaterialIndex,
139
+ MeshIsland,
140
+ MousePosition,
141
+ NamedAttribute,
142
+ NamedLayerSelection,
143
+ Normal,
144
+ Object,
145
+ ObjectInfo,
146
+ OffsetCornerInFace,
147
+ OffsetPointInCurve,
148
+ PointsOfCurve,
149
+ Position,
150
+ Radius,
151
+ Rotation,
152
+ SceneTime,
153
+ Selection,
154
+ SelfObject,
155
+ ShortestEdgePaths,
156
+ SpecialCharacters,
157
+ SplineLength,
158
+ SplineParameter,
159
+ SplineResolution,
160
+ String,
161
+ UVTangent,
162
+ Vector,
163
+ VertexNeighbors,
164
+ VertexOfCorner,
165
+ ViewportTransform,
166
+ VoxelIndex,
167
+ )
168
+ from .attribute import (
169
+ BlurAttribute,
170
+ DomainSize,
171
+ RemoveNamedAttribute,
172
+ StoreNamedAttribute,
173
+ )
174
+ from .geometry import (
175
+ Arc,
176
+ BoundingBox,
177
+ BezierSegment,
178
+ Cone,
179
+ ConvexHull,
180
+ Cube,
181
+ CurveCircle,
182
+ CurveLength,
183
+ CurveLine,
184
+ CurveToMesh,
185
+ CurveToPoints,
186
+ CurvesToGreasePencil,
187
+ Cylinder,
188
+ DeformCurvesOnSurface,
189
+ DeleteGeometry,
190
+ DistributePointsOnFaces,
191
+ DualMesh,
192
+ DuplicateElements,
193
+ EdgePathsToCurves,
194
+ ExtrudeMesh,
195
+ FillCurve,
196
+ FilletCurve,
197
+ FlipFaces,
198
+ GeometryProximity,
199
+ GreasePencilToCurves,
200
+ Grid,
201
+ IcoSphere,
202
+ InstanceOnPoints,
203
+ InstancesToPoints,
204
+ InterpolateCurves,
205
+ MaterialSelection,
206
+ MergeLayers,
207
+ MergeByDistance,
208
+ MeshBoolean,
209
+ MeshCircle,
210
+ MeshLine,
211
+ MeshToCurve,
212
+ MeshToPoints,
213
+ Points,
214
+ PointsToCurves,
215
+ PointsToVertices,
216
+ QuadraticBezier,
217
+ Quadrilateral,
218
+ Raycast,
219
+ RealizeInstances,
220
+ ReplaceMaterial,
221
+ ResampleCurve,
222
+ ReverseCurve,
223
+ RotateInstances,
224
+ SampleCurve,
225
+ SampleIndex,
226
+ SampleNearest,
227
+ SampleNearestSurface,
228
+ SampleUVSurface,
229
+ ScaleElements,
230
+ ScaleInstances,
231
+ SeparateComponents,
232
+ SeparateGeometry,
233
+ SetCurveNormal,
234
+ SetCurveRadius,
235
+ SetCurveTilt,
236
+ SetFaceSet,
237
+ SetGeometryName,
238
+ SetGreasePencilColor,
239
+ SetGreasePencilDepth,
240
+ SetGreasePencilSoftness,
241
+ SetHandlePositions,
242
+ SetID,
243
+ SetInstanceTransform,
244
+ SetMaterial,
245
+ SetMaterialIndex,
246
+ SetMeshNormal,
247
+ SetPointRadius,
248
+ SetPosition,
249
+ SetSelection,
250
+ SetShadeSmooth,
251
+ SetSplineCyclic,
252
+ SetSplineResolution,
253
+ SetSplineType,
254
+ SortElements,
255
+ Spiral,
256
+ SplitEdges,
257
+ SplitToInstances,
258
+ Star,
259
+ StringToCurves,
260
+ SubdivideCurve,
261
+ SubdivideMesh,
262
+ SubdivisionSurface,
263
+ TransformGeometry,
264
+ TranslateInstances,
265
+ Triangulate,
266
+ TrimCurve,
267
+ UVSphere,
268
+ )
269
+ from .grid import (
270
+ AdvectGrid,
271
+ DistributePointsInGrid,
272
+ DistributePointsInVolume,
273
+ GetNamedGrid,
274
+ GridCurl,
275
+ GridDivergence,
276
+ GridGradient,
277
+ GridInfo,
278
+ GridLaplacian,
279
+ GridToMesh,
280
+ MeshToDensityGrid,
281
+ MeshToSDFGrid,
282
+ MeshToVolume,
283
+ PointsToSDFGrid,
284
+ PointsToVolume,
285
+ PruneGrid,
286
+ SDFGridFillet,
287
+ SDFGridLaplacian,
288
+ SDFGridMean,
289
+ SDFGridMeanCurvature,
290
+ SDFGridMedian,
291
+ SDFGridOffset,
292
+ SampleGrid,
293
+ SampleGridIndex,
294
+ SetGridBackground,
295
+ SetGridTransform,
296
+ StoreNamedGrid,
297
+ VolumeCube,
298
+ VolumeToMesh,
299
+ VoxelizeGrid,
300
+ )
301
+ from .interface import (
302
+ DialGizmo,
303
+ EnableOutput,
304
+ GroupInput,
305
+ GroupOutput,
306
+ LinearGizmo,
307
+ TransformGizmo,
308
+ Warning,
309
+ )
310
+ from .group import Group
311
+ from .texture import (
312
+ BrickTexture,
313
+ CheckerTexture,
314
+ GaborTexture,
315
+ GradientTexture,
316
+ ImageTexture,
317
+ MagicTexture,
318
+ NoiseTexture,
319
+ VoronoiTexture,
320
+ WaveTexture,
321
+ WhiteNoiseTexture,
322
+ )
323
+ from .experimental import GetListItem, List, ListLength
324
+ from .output import Viewer
325
+ from .color import Gamma, RgbCurves
326
+ from .vector import RadialTiling, VectorCurves, VectorMath, VectorRotate
5
327
 
6
- # Import auto-generated nodes
7
- from .attribute import *
8
- from .curve import *
9
- from .geometry import *
10
- from .input import *
11
- from .mesh import *
12
- from .utilities import *
328
+ __all__ = (
329
+ "AccumulateField",
330
+ "ActiveCamera",
331
+ "ActiveElement",
332
+ "AdvectGrid",
333
+ "AlignRotationToVector",
334
+ "Arc",
335
+ "AttributeStatistic",
336
+ "AxesToRotation",
337
+ "AxisAngleToRotation",
338
+ "Bake",
339
+ "BezierSegment",
340
+ "BitMath",
341
+ "Blackbody",
342
+ "BlurAttribute",
343
+ "Boolean",
344
+ "BooleanMath",
345
+ "BoundingBox",
346
+ "BrickTexture",
347
+ "CameraInfo",
348
+ "CaptureAttribute",
349
+ "CheckerTexture",
350
+ "Clamp",
351
+ "Collection",
352
+ "CollectionInfo",
353
+ "Color",
354
+ "ColorRamp",
355
+ "CombineBundle",
356
+ "CombineColor",
357
+ "CombineMatrix",
358
+ "CombineTransform",
359
+ "CombineXYZ",
360
+ "Compare",
361
+ "Cone",
362
+ "ConvexHull",
363
+ "CornersOfEdge",
364
+ "CornersOfFace",
365
+ "CornersOfVertex",
366
+ "Cube",
367
+ "Cursor3D",
368
+ "CurveCircle",
369
+ "CurveHandlePositions",
370
+ "CurveLength",
371
+ "CurveLine",
372
+ "CurveOfPoint",
373
+ "CurveTangent",
374
+ "CurveTilt",
375
+ "CurveToMesh",
376
+ "CurveToPoints",
377
+ "CurvesToGreasePencil",
378
+ "Cylinder",
379
+ "DeformCurvesOnSurface",
380
+ "DeleteGeometry",
381
+ "DialGizmo",
382
+ "DistributePointsInGrid",
383
+ "DistributePointsInVolume",
384
+ "DistributePointsOnFaces",
385
+ "DomainSize",
386
+ "DualMesh",
387
+ "DuplicateElements",
388
+ "EdgeAngle",
389
+ "EdgeNeighbors",
390
+ "EdgePathsToCurves",
391
+ "EdgePathsToSelection",
392
+ "EdgeVertices",
393
+ "EdgesOfCorner",
394
+ "EdgesOfVertex",
395
+ "EdgesToFaceGroups",
396
+ "EnableOutput",
397
+ "EndpointSelection",
398
+ "EulerToRotation",
399
+ "EvaluateAtIndex",
400
+ "EvaluateOnDomain",
401
+ "ExtrudeMesh",
402
+ "FaceArea",
403
+ "FaceGroupBoundaries",
404
+ "FaceNeighbors",
405
+ "FaceOfCorner",
406
+ "FaceSet",
407
+ "FieldAverage",
408
+ "FieldMinAndMax",
409
+ "FieldToGrid",
410
+ "FieldVariance",
411
+ "FillCurve",
412
+ "FilletCurve",
413
+ "FindInString",
414
+ "FlipFaces",
415
+ "FloatCurve",
416
+ "FloatToInteger",
417
+ "FormatString",
418
+ "GaborTexture",
419
+ "Gamma",
420
+ "GeometryProximity",
421
+ "GeometryToInstance",
422
+ "GetListItem",
423
+ "GetNamedGrid",
424
+ "GradientTexture",
425
+ "GreasePencilToCurves",
426
+ "Grid",
427
+ "GridCurl",
428
+ "GridDivergence",
429
+ "GridGradient",
430
+ "GridInfo",
431
+ "GridLaplacian",
432
+ "GridToMesh",
433
+ "Group",
434
+ "GroupInput",
435
+ "GroupOutput",
436
+ "HandleTypeSelection",
437
+ "HashValue",
438
+ "ID",
439
+ "IcoSphere",
440
+ "Image",
441
+ "ImageInfo",
442
+ "ImageTexture",
443
+ "ImportCSV",
444
+ "ImportOBJ",
445
+ "ImportPLY",
446
+ "ImportSTL",
447
+ "ImportText",
448
+ "ImportVDB",
449
+ "Index",
450
+ "IndexOfNearest",
451
+ "IndexSwitch",
452
+ "InstanceBounds",
453
+ "InstanceOnPoints",
454
+ "InstanceRotation",
455
+ "InstanceScale",
456
+ "InstanceTransform",
457
+ "InstancesToPoints",
458
+ "Integer",
459
+ "IntegerMath",
460
+ "InterpolateCurves",
461
+ "InvertMatrix",
462
+ "InvertRotation",
463
+ "IsEdgeSmooth",
464
+ "IsFacePlanar",
465
+ "IsFaceSmooth",
466
+ "IsSplineCyclic",
467
+ "IsViewport",
468
+ "JoinBundle",
469
+ "JoinGeometry",
470
+ "JoinStrings",
471
+ "LinearGizmo",
472
+ "List",
473
+ "ListLength",
474
+ "MagicTexture",
475
+ "MapRange",
476
+ "MatchString",
477
+ "Material",
478
+ "MaterialIndex",
479
+ "MaterialSelection",
480
+ "Math",
481
+ "MatrixDeterminant",
482
+ "MenuSwitch",
483
+ "MergeByDistance",
484
+ "MergeLayers",
485
+ "MeshBoolean",
486
+ "MeshCircle",
487
+ "MeshIsland",
488
+ "MeshLine",
489
+ "MeshToCurve",
490
+ "MeshToDensityGrid",
491
+ "MeshToPoints",
492
+ "MeshToSDFGrid",
493
+ "MeshToVolume",
494
+ "Mix",
495
+ "MousePosition",
496
+ "MultiplyMatrices",
497
+ "NamedAttribute",
498
+ "NamedLayerSelection",
499
+ "NoiseTexture",
500
+ "Normal",
501
+ "Object",
502
+ "ObjectInfo",
503
+ "OffsetCornerInFace",
504
+ "OffsetPointInCurve",
505
+ "PackUVIslands",
506
+ "Points",
507
+ "PointsOfCurve",
508
+ "PointsToCurves",
509
+ "PointsToSDFGrid",
510
+ "PointsToVertices",
511
+ "PointsToVolume",
512
+ "Position",
513
+ "ProjectPoint",
514
+ "PruneGrid",
515
+ "QuadraticBezier",
516
+ "Quadrilateral",
517
+ "QuaternionToRotation",
518
+ "RadialTiling",
519
+ "Radius",
520
+ "RandomValue",
521
+ "Raycast",
522
+ "RealizeInstances",
523
+ "RemoveNamedAttribute",
524
+ "RepeatInput",
525
+ "RepeatOutput",
526
+ "RepeatZone",
527
+ "ReplaceMaterial",
528
+ "ReplaceString",
529
+ "ResampleCurve",
530
+ "ReverseCurve",
531
+ "RgbCurves",
532
+ "RotateEuler",
533
+ "RotateInstances",
534
+ "RotateRotation",
535
+ "RotateVector",
536
+ "Rotation",
537
+ "RotationToAxisAngle",
538
+ "RotationToEuler",
539
+ "RotationToQuaternion",
540
+ "SDFGridBoolean",
541
+ "SDFGridFillet",
542
+ "SDFGridLaplacian",
543
+ "SDFGridMean",
544
+ "SDFGridMeanCurvature",
545
+ "SDFGridMedian",
546
+ "SDFGridOffset",
547
+ "SampleCurve",
548
+ "SampleGrid",
549
+ "SampleGridIndex",
550
+ "SampleIndex",
551
+ "SampleNearest",
552
+ "SampleNearestSurface",
553
+ "SampleUVSurface",
554
+ "ScaleElements",
555
+ "ScaleInstances",
556
+ "SceneTime",
557
+ "Selection",
558
+ "SelfObject",
559
+ "SeparateBundle",
560
+ "SeparateColor",
561
+ "SeparateComponents",
562
+ "SeparateGeometry",
563
+ "SeparateMatrix",
564
+ "SeparateTransform",
565
+ "SeparateXYZ",
566
+ "SetCurveNormal",
567
+ "SetCurveRadius",
568
+ "SetCurveTilt",
569
+ "SetFaceSet",
570
+ "SetGeometryName",
571
+ "SetGreasePencilColor",
572
+ "SetGreasePencilDepth",
573
+ "SetGreasePencilSoftness",
574
+ "SetGridBackground",
575
+ "SetGridTransform",
576
+ "SetHandlePositions",
577
+ "SetHandleType",
578
+ "SetID",
579
+ "SetInstanceTransform",
580
+ "SetMaterial",
581
+ "SetMaterialIndex",
582
+ "SetMeshNormal",
583
+ "SetPointRadius",
584
+ "SetPosition",
585
+ "SetSelection",
586
+ "SetShadeSmooth",
587
+ "SetSplineCyclic",
588
+ "SetSplineResolution",
589
+ "SetSplineType",
590
+ "ShortestEdgePaths",
591
+ "SimulationInput",
592
+ "SimulationOutput",
593
+ "SimulationZone",
594
+ "SliceString",
595
+ "SortElements",
596
+ "SpecialCharacters",
597
+ "Spiral",
598
+ "SplineLength",
599
+ "SplineParameter",
600
+ "SplineResolution",
601
+ "SplitEdges",
602
+ "SplitToInstances",
603
+ "Star",
604
+ "StoreNamedAttribute",
605
+ "StoreNamedGrid",
606
+ "String",
607
+ "StringLength",
608
+ "StringToCurves",
609
+ "StringToValue",
610
+ "SubdivideCurve",
611
+ "SubdivideMesh",
612
+ "SubdivisionSurface",
613
+ "Switch",
614
+ "TransformDirection",
615
+ "TransformGeometry",
616
+ "TransformGizmo",
617
+ "TransformPoint",
618
+ "TranslateInstances",
619
+ "TransposeMatrix",
620
+ "Triangulate",
621
+ "TrimCurve",
622
+ "UVSphere",
623
+ "UVTangent",
624
+ "UVUnwrap",
625
+ "Value",
626
+ "ValueToString",
627
+ "Vector",
628
+ "VectorCurves",
629
+ "VectorMath",
630
+ "VectorRotate",
631
+ "VertexNeighbors",
632
+ "VertexOfCorner",
633
+ "Viewer",
634
+ "ViewportTransform",
635
+ "VolumeCube",
636
+ "VolumeToMesh",
637
+ "VoronoiTexture",
638
+ "VoxelIndex",
639
+ "VoxelizeGrid",
640
+ "Warning",
641
+ "WaveTexture",
642
+ "WhiteNoiseTexture",
643
+ )