hello trying to figure out this bug that started occurring
looks like i can only access addons on the scenes they were installed on, if i make a new scene the addon disapears and if its reinstalled it gets this error message
Traceback (most recent call last):
File "X:\Program Files\Blender\2.80\scripts\modules\addon_utils.py", line 330, in enable importlib.reload(mod) File "X:\Program Files\Blender\2.80\python\lib\importlib\__init__.py", line 169, in reload _bootstrap._exec(spec, module) File "<frozen importlib._bootstrap>", line 630, in _exec File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "X:\Program Files\Blender\2.80\scripts\addons\Scatter_S1.py", line 62, in <module> class SCATTER_AddonPref(AddonPreferences): File "X:\Program Files\Blender\2.80\scripts\addons\Scatter_S1.py", line 65, in SCATTER_AddonPref addon_prefs = bpy.context.preferences.addons[__name__].preferences
KeyError: 'bpy_prop_collection[key]: key "Scatter_S1" not found'
It looks like its looking for the objects i have in the scene and wont load if their not there, please help me fix this
thank you
