Vincent Cloarec 45e07dd72f
Select mesh elements by expression UI (#44835)
[mesh] [feature] Select mesh elements by expression
2021-09-09 08:29:45 +02:00

9 lines
213 B
Plaintext

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