Mustard2 / MustardSimplify

A scene simplifier for Blender to increase viewport performance
MIT License
54 stars 2 forks source link

blender simplify option dialog box misleading #28

Open cl3m3c7 opened 3 months ago

cl3m3c7 commented 3 months ago

in the popup dialog of blender simplify settings, I think we have two options: either: remove the cancel button from the popup (is it possible?), or: remove both buttons by using invoke_popup ? instead! (didn't like it though!)

reason: the settings are set on the fly, so changing props and then click cancel does nothing!

Mustard2 commented 3 months ago

Not sure if you can remove the Cancel button :( I have to check it though

cl3m3c7 commented 3 months ago

I did ask in blender.chat, so I will wait sometime. if possible, we could use invoke_popup + behavior of invoke_props_dialog ie: when you move your mouse away from the popup, it should not close until you left click or press ESCAPE key!

Mustard2 commented 3 months ago

Yeah, it would be much better

cl3m3c7 commented 3 months ago

https://projects.blender.org/blender/blender/pulls/124139

Mustard2 commented 2 months ago

Ah great, nice to know! I'll add it asap

Mustard2 commented 2 months ago

Sorry for the long delay, waiting for Blender approval for the extension.