You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the .pyd files are loaded by blender during runtime, they can not easily be removed once the plugin is activated, as they remain in use, even after deactivation (PermissionError).
This prevents the unininstall of the plugin unless Blender is restarted with the Plugin deactivated.
The text was updated successfully, but these errors were encountered:
Plugin Issue
As the .pyd files are loaded by blender during runtime, they can not easily be removed once the plugin is activated, as they remain in use, even after deactivation (PermissionError).
This prevents the unininstall of the plugin unless Blender is restarted with the Plugin deactivated.
The text was updated successfully, but these errors were encountered: