sverchok-syntax-sockets
Installation
SKILL.md
sverchok-syntax-sockets
Quick Reference
All 16 Socket Types
| Socket Class | Color (RGBA) | Data Type | nesting_level |
SNLite |
|---|---|---|---|---|
SvStringsSocket |
(0.6, 1.0, 0.6, 1.0) |
int, float, generic lists | 2 | s |
SvVerticesSocket |
(0.9, 0.6, 0.2, 1.0) |
3D coordinates (x,y,z) |
3 | v |
SvMatrixSocket |
(0.2, 0.8, 0.8, 1.0) |
4x4 mathutils.Matrix |
1 | m |
SvQuaternionSocket |
(0.9, 0.4, 0.7, 1.0) |
mathutils.Quaternion |
2 | — |
SvColorSocket |
(0.9, 0.8, 0.0, 1.0) |
RGBA tuples (r,g,b,a) |
3 | — |
SvCurveSocket |
(0.5, 0.6, 1.0, 1.0) |
SvCurve instances |
2 | C |
SvSurfaceSocket |
(0.4, 0.2, 1.0, 1.0) |
SvSurface instances |
2 | S |
SvSolidSocket |
(0.0, 0.65, 0.3, 1.0) |
Part.Shape (FreeCAD) |
2 | So |
SvScalarFieldSocket |
(0.9, 0.4, 0.1, 1.0) |
SvScalarField instances |
2 | SF |
SvVectorFieldSocket |
(0.1, 0.1, 0.9, 1.0) |
SvVectorField instances |
2 | VF |
SvDictionarySocket |
(1.0, 1.0, 1.0, 1.0) |
Python dict objects |
2 | D |
Related skills
More from openaec-foundation/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
blender-syntax-materials
>
3blender-core-gpu
>
3blender-agents-code-validator
>
3blender-syntax-panels
>
3blender-errors-data
>
3blender-syntax-data
Covers Blender data management including collections, library overrides, asset system, linked libraries, BlendDataLibraries, data block creation and removal, fake users, and data transfer between files. Activates when managing Blender collections, linking/appending data, working with library overrides, or using the asset system.
3