PhysicalAddons / physical-starlight-and-atmosphere

issue tracker
16 stars 2 forks source link

name 'RIG_PT_ObjectFogWT' is not defined #51

Closed VerdeStudios closed 2 years ago

VerdeStudios commented 3 years ago

Describe the bug After the addon's zip file is downloaded and installed, blender won't allow it to be enabled. Blender gives this error:

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 386, in enable mod.register() File "C:\Users\verde\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\physical-starlight-atmosphere__init__.py", line 197, in register classes = get_classes() File "C:\Users\verde\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\physical-starlight-atmosphere__init__.py", line 176, in get_classes RIG_PT_ObjectFogWT, NameError: name 'RIG_PT_ObjectFogWT' is not defined

General information

To Reproduce

  1. Download the most recent addon version.
  2. Install it in blender preferences. 3.Check the enable box.
karlisup commented 3 years ago

Hi @VerdeStudios, Thank you for your patience! Try removing the previous version before installing a new one. Here's a link to PSA addon documentation - updating troubleshooting page.

karlisup commented 2 years ago

Duplicate of #31