Poodletooth-iLand/panda/direct/leveleditor/SceneGraphUI.py

12 lines
257 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
"""
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