limbonaut / limboai

LimboAI - Behavior Trees and State Machines for Godot 4
https://limboai.readthedocs.io/
MIT License
1.12k stars 36 forks source link

Property and method picker #78

Open limbonaut opened 6 months ago

limbonaut commented 6 months ago

Implement property and method picker to be used in inspector plugins.

ydeltastar commented 1 month ago

Looks like this is possible through EditorInterface.popup_property_selector. However only for properties. See: https://github.com/godotengine/godot/pull/81655

I use CallMethod a lot to get values for blackboard vars. Something like the "Method Select" dialog in Call Method Tracks in the animation editor would be useful.