new scene graph

This commit is contained in:
David Rose 2002-06-25 17:41:16 +00:00
parent 6bcbaa067d
commit 091dfc1a82

View File

@ -129,7 +129,9 @@ class SceneGraphExplorerItem(TreeItem):
return type + " " + name
def IsEditable(self):
return issubclass(self.nodePath.node().__class__, NamedNode)
# All nodes' names can be edited nowadays.
return 1
#return issubclass(self.nodePath.node().__class__, NamedNode)
def SetText(self, text):
try: