OpenNaja / cobra-tools

A suite of GUI tools for extracting and modifying OVL and OVS archives, as well as editing the associated in-house file formats. Also includes a model plugin for Blender. For downloads, guides, and FAQs visit:
https://opennaja.github.io/cobra-tools/
GNU General Public License v3.0
94 stars 27 forks source link

Plugin Updater stopped working #356

Closed ilodev closed 9 months ago

ilodev commented 9 months ago

Describe the bug Just reads: no preference.

To Reproduce Steps to reproduce the behavior:

  1. install plugin
  2. expand plugin info in prefs
  3. a warning will be show under the add-on info
  4. See error

Expected behavior a bunch of buttons to auto-update or update the addon

ilodev commented 9 months ago
if hasattr(context, "user_preferences"):
    prefs = context.user_preferences.addons.get(__package__, None)

package here is 'plugin' and not 'cobra-tools'

but if we change that, it will make install the update inside the plugin folder.

ilodev commented 9 months ago

it is like for some reason, only wants to operate within '/plugin' like if this was the package it is installed

HENDRIX-ZT2 commented 9 months ago

fixed, I think

ilodev commented 9 months ago

you are the best :)

On Thu, Oct 12, 2023 at 3:37 PM HENDRIX-ZT2 @.***> wrote:

Closed #356 https://github.com/OpenNaja/cobra-tools/issues/356 as completed.

— Reply to this email directly, view it on GitHub https://github.com/OpenNaja/cobra-tools/issues/356#event-10631769927, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG42R74GEIBGQWOBSHWZ5UDX67XCDANCNFSM6AAAAAA54X7X3M . You are receiving this because you authored the thread.Message ID: @.***>