fix fox AddonPreferences not getting registered automatically and leak when removing the addon (wasnt freeing ID-props).
This commit is contained in:
@@ -612,6 +612,10 @@ class KeyingSetInfo(StructRNA, metaclass=RNAMeta):
|
||||
__slots__ = ()
|
||||
|
||||
|
||||
class AddonPreferences(StructRNA, metaclass=RNAMeta):
|
||||
__slots__ = ()
|
||||
|
||||
|
||||
class _GenericUI:
|
||||
__slots__ = ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user