9 lines
213 B
Plaintext
Raw Normal View History

{
"name": "$vertex_x",
"type": "function",
"groups": ["Meshes"],
"description": "Returns the X coordinate of the current mesh vertex.",
"examples": [ { "expression":"$vertex_x", "returns":"42.12"}
]
}