Is there anyway to @export to a custom toolbar? The only place @export seems to go is to the inspector. I’d like to get @export_node_path to a custom toolbar for use in my project. If there’s a method to achieve this please let me know. Thanks.
Export node path to custom toolbar
- Edited
No, there is no method to achieve this, but it also doesn't make sense to do this. Why would you want a variable in the file directory ? It really only makes sense in the inspector.
Bilal my small toolbar has turned into a pretty big one now for my plug-in. It would make things simpler if I could assign a target node via the node_path pop up. Right now I achieve it through a lineEdit by pasting the nodes path.
I thought about rewriting the whole thing to use an inspector plug-in but that would require so much re-work. Plus adding everything from my toolbar to the inspector would just seem cluttered.