fix fox AddonPreferences not getting registered automatically and leak when removing the addon (wasnt freeing ID-props).

This commit is contained in:
2013-01-14 10:36:43 +00:00
parent 9f2e845181
commit 3475f5137a
2 changed files with 9 additions and 0 deletions

View File

@@ -612,6 +612,10 @@ class KeyingSetInfo(StructRNA, metaclass=RNAMeta):
__slots__ = ()
class AddonPreferences(StructRNA, metaclass=RNAMeta):
__slots__ = ()
class _GenericUI:
__slots__ = ()