GreenCrowDev / hoodie

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

Input Curve3D inspector property is inconsistent #18

Closed GreenCrowDev closed 7 months ago

GreenCrowDev commented 7 months ago

Steps to reproduce:

  1. Create a graph from scratch
  2. Add a Input Curve3D node
  3. Input Curve3D property will not appear in the inspector

To make it appear you need to generate some geometry, creating an Output node and connecting another node to generate geometry.

It's probably some notification missing somewhere, that gets called when the graph is updated.