Poodletooth-iLand/panda/direct/leveleditor/SceneGraphUI.py
2015-03-03 17:10:12 -05:00

11 lines
257 B
Python

"""
Defines Scene Graph tree UI
"""
from SceneGraphUIBase import *
class SceneGraphUI(SceneGraphUIBase):
def __init__(self, parent, editor):
SceneGraphUIBase.__init__(self, parent, editor)
def populateExtraMenu(self):
pass