How to use the default guis of modules in the interface designer?
-
Ok, complete noob here so, please pardon the question if this is obvious, but I am trying to create a simple effects plugin and want to use the dynamics module’s gui from the backend in the frontend interface designer.
The module already seems to have a decent enough interface that pops up when I click on the module in my module tree. But I can’t figure out how to add it to the layout designer.
Do I need to add all my own UI elements one by one or is there a way to use the default layout from the module’s backend interface? Seems like I could save a lot of time if I don’t need to recreate the whole interface for each module.
Does that make sense?
Thanks!
-
@IsaacToast Add them one by one. As a shortcut, you can link them to the plugin parameters in the Inspector window.
-
thanks @clevername27 !