Poodletooth-iLand/panda/direct/leveleditor/SceneGraphUI.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

11 lines
257 B
Python
Executable file

"""
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