mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
remove legacy
This commit is contained in:
parent
00d069754d
commit
89e8de58f9
@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
def id(self):
|
def id(self):
|
||||||
"""Returns a unique id identifying the NodePath instance"""
|
"""Returns a unique id identifying the NodePath instance"""
|
||||||
try:
|
|
||||||
# Old style scene graph
|
|
||||||
return self.arc()
|
|
||||||
except:
|
|
||||||
# New style scene graph
|
|
||||||
return self.getKey()
|
return self.getKey()
|
||||||
|
|
||||||
def getName(self):
|
def getName(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user