Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hammond <doughammond@hamsterfight.co.uk>2011-02-16 23:22:40 +0300
committerDoug Hammond <doughammond@hamsterfight.co.uk>2011-02-16 23:22:40 +0300
commit42b9469d29455f856deea328ea9034135a6e4bbc (patch)
treebdea74b68ee8e265286ec42fe7b3d01671525d64 /modules
parent99c456626f0496a3e6b40c1f3ebbe9154d464e47 (diff)
extensions_framework: inherit property_group_renderer from bpy.types.Panel, works with manual RNA registration
Diffstat (limited to 'modules')
-rw-r--r--modules/extensions_framework/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extensions_framework/ui.py b/modules/extensions_framework/ui.py
index 5bbd69c0..f2342f95 100644
--- a/modules/extensions_framework/ui.py
+++ b/modules/extensions_framework/ui.py
@@ -53,7 +53,7 @@ def _get_item_from_context(context, path):
context = getattr(context, p)
return context
-class property_group_renderer(object):
+class property_group_renderer(bpy.types.Panel):
"""Mix-in class for sub-classes of bpy.types.Panel. This class
will provide the draw() method which implements drawing one or
more property groups derived from