NevilArt / BsMax

BsMax Blender Addon (UI simulator/ Modeling/ Rigg & Animation/ Render Tools and ...
GNU General Public License v3.0
211 stars 25 forks source link

Unexpected Preferences Changes #42

Open jshengst opened 1 month ago

jshengst commented 1 month ago

When I go into preferences, it always says that settings have been changed and can be saved (I use manual save). Maybe the addon changed something without me changing preferences. After disabling the addon, this error went away.

Off topic: Is it possible to add an option to automatically override blender's view operation shortcuts (when maya view operation is selected)? I manually disabled blender's native pan and zoom operations, but it will be troublesome to restore them in the future if I change my mind.

Thanks for writing this add-on, it works great!

NevilArt commented 1 month ago

Hello, sorry for late reply. Unfortunately I did not understood clearly what you mean. can you explain more clear with examples? Screenshots and Video capture could help to explain better. I will try my best to solve the problem.

jshengst commented 1 month ago

image

Here, I didn't change anything, but it reminded me to save preferences. Normally, you only need to save when changes occur.

Later, I found another problem. The working principle of this plug-in seems to be to change and add blender's original view settings to achieve functions. When you regret it, it is difficult to find the original settings. It would be great if it was an overwrite implementation method, just cancel a certain function of the plug-in and it will automatically revert.

This is just my personal experience, I'm not sure how much help you will have.

NevilArt commented 1 month ago

I never noticed this because I do always keep it on auto save. I checked the code. I made an extra save load setting tool to avoid to configuring Add-on on every re-installation, but that made this problem. It is little bit complicated than I thought but I will figure it out and fix it soon.