Notifications
Clear all

[Closed] How to stop Max UI when Rollout Floater is lauched?

Hey guys,

I’d like to make a script that stops Max UI when I launch a rollout floater (just like when a message box is launched) but found no information about it. Does anyone know how to make it?

The floater should keep editable while Max UI is non-functional. A good example of a function that works the way I wish is the “load skin” one (within skin modifier), that is used for retargeting bones. I would like to make something similar.

Cheers

2 Replies

use the parameter: modal:true

Perfect! Thanks mate!