Skip to content

Commit

Permalink
extensions_framework: inherit property_group_renderer from bpy.types.…
Browse files Browse the repository at this point in the history
…Panel, works with manual RNA registration
  • Loading branch information
Doug Hammond committed Feb 16, 2011
1 parent 99c4566 commit 42b9469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/extensions_framework/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42b9469

Please sign in to comment.