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

Godot output panel prints are too verbose (too many of them) #17

Closed GreenCrowDev closed 7 months ago

GreenCrowDev commented 7 months ago

There are too many UtilityFunctions::print that clutter the UI and the Output tab.

You should add a Verbose mode as an option, review which one are really necessary, and make use of TOOLS_ENABLED in editor dev builds so that eventual if-statements don't slow down release builds.