Mustard2 / MustardUI

Custom UI for Blender human models. It features automatic outfits switch, custom properties support, armature panel creation, and much more.
https://mustard3d.eu
MIT License
293 stars 29 forks source link

Suggestion: Make update check opt-in option! #165

Closed cl3m3c7 closed 3 months ago

cl3m3c7 commented 5 months ago

Hi, I want to suggest to make update check a settings in the prefs (enabled by default?) because if you have slow a connection or no internet but connected to the network 😕, blender freezes until the plugin gets a result back!

Mustard2 commented 5 months ago

Upsi, didn't think about it. I'll surely make it optional in the next update.

cl3m3c7 commented 5 months ago

thanks, I know it's very specific and rare case since people nowadays have good internet, but yeah it's nice to have!

Mustard2 commented 4 months ago

I perfectly agree, I'll ake the updates check optional and disabled by default :)

It took a bit more than expected because of how the python environment of addons is added to Blender. Long story short, this needed an handler.

cl3m3c7 commented 4 months ago

I perfectly agree, I'll (m)ake the updates check optional and disabled by default :)

in my humble opinion, I think it should be enabled by default because 99% of the time this shouldn't create any problem, but in those rare cases where the bottleneck occurs, one can choose to disable it!

Mustard2 commented 4 months ago

Yes, I think I'll make it enabled by default in the end. :)