GreenCrowDev / hoodie

Hoodie is a plugin for Godot Engine 4 that offers a visual scripting interface for generating procedural geometry.
MIT License
330 stars 14 forks source link

Add Hgeo delete expression node #84

Closed GreenCrowDev closed 3 months ago

GreenCrowDev commented 3 months ago

Similar to the Vector Expression node, the expression define which point will be deleted from the list.

E.g. i == 0 will remove the first point (also attributes will be removed).