-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have discovered that BFDS will modify scene options on startup which is annoying when using blender for non-bfds purposes. It would be nice if there was a toggle in the preferences pane that controlled this behavior.
Specifically allow the user to toggle the following options:
SET_SCENE_APPERANCE
SET_OBJECT_APPEARANCE
SET_MATERIAL_APPERANCE
It is annoying to open blender and then have to go through all my objects and "click the "use nodes" under the shader tab show my scene properly.
Perhaps set the toggles on the "FDS" tab to allow the user quick access to the options to turn them on and off, and remember what the user had set before, so when switching it off, it can change it back to it's original state.
Generally, I think it's not best practice to overwrite user set options, especially on load and hidden from the user, especially since it cannot be undone easily.
Thank you.