I some help/advise for a plugin I'm trying to make

Hello, im trying to make a plugin where you can create live boolean cuts on objects.

Plugin breakdown:

You can use a part to make this work

You can then add a red brick and put it in the part

If you click LiveCut it cuts the part and turns the part into a union

I tried adding a mesh part button to turn the union into a mesh part but I don’t think that is possible. I need some help revising the UI and scripts so they look presentable. The main function of the plugin is to make it easier for people to create booleans on parts but I need a bit of help.

2 Likes

i can help you
what do you want to achieve now ?

1 Like

Im trying to achieve a better UI but I don’t know how to do it.

1 Like

it is easy just make a screen gui then make your ui then in your code get the screen gui main frame (make a frame that contains all of your buttons) then change it is parent to the plugin dock widget gui

1 Like

you can put the screen gui as a child of your script then parent the main frame to the plugin dock gui

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.