So, coming from Houdini land, there are some things I’d like to create UI for that execute Physics Python API’s commands when clicked.
I see that we can now create and save custom UI layouts and I’m assuming I can create an Extension that has my Physics UI widgets in it.
So, am I correct in thinking, I create the Extension with my custom UI widgets, load the Extension in Create, save my layout (lets call that layout Physics) and then whenever I want to do Physics Sims, I can just load up that layout?