|
|
@@ -626,7 +626,7 @@ class MopathRecorder(AppShell, PandaObject):
|
|
|
def pushUndo(self, fResetRedo = 1):
|
|
|
direct.pushUndo([self.nodePath])
|
|
|
|
|
|
- def undoHook(self):
|
|
|
+ def undoHook(self, nodePathList = []):
|
|
|
# Reflect new changes
|
|
|
pass
|
|
|
|
|
|
@@ -641,7 +641,7 @@ class MopathRecorder(AppShell, PandaObject):
|
|
|
def pushRedo(self):
|
|
|
direct.pushRedo([self.nodePath])
|
|
|
|
|
|
- def redoHook(self):
|
|
|
+ def redoHook(self, nodePathList = []):
|
|
|
# Reflect new changes
|
|
|
pass
|
|
|
|