mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Added temporary hack for undo related bug
This commit is contained in:
parent
080a62753a
commit
33eda44d11
@ -32,7 +32,10 @@ class ObjectMgr:
|
||||
base.direct.deselectAllCB()
|
||||
|
||||
for id in self.objects.keys():
|
||||
self.objects[id][OG.OBJ_NP].removeNode()
|
||||
try:
|
||||
self.objects[id][OG.OBJ_NP].removeNode()
|
||||
except:
|
||||
pass
|
||||
del self.objects[id]
|
||||
|
||||
for np in self.npIndex.keys():
|
||||
|
Loading…
x
Reference in New Issue
Block a user