mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
new scene graph
This commit is contained in:
parent
6bcbaa067d
commit
091dfc1a82
@ -129,7 +129,9 @@ class SceneGraphExplorerItem(TreeItem):
|
|||||||
return type + " " + name
|
return type + " " + name
|
||||||
|
|
||||||
def IsEditable(self):
|
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):
|
def SetText(self, text):
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user