Пример #1
0
 def disable(self):
     """Remove us from the cache."""
     assert self.notify.debugStateCall(self)
     DistributedNodePathEntity.disable(self)
     self.unloadGui()
     self.cleanupTimer()
     self.ignoreAll()
    def disable(self):
        self.cleanupTimer()
        for ival in self.toonHitTracks.values():
            ival.finish()

        self.toonHitTracks = {}
        DistributedNodePathEntity.disable(self)
        taskMgr.remove(self.detectName)
        self.ignoreAll()
Пример #3
0
 def disable(self):
     DistributedNodePathEntity.disable(self)
     self.unloadGui()
     self.cleanupTimer()
     self.ignoreAll()
Пример #4
0
 def disable(self):
     DistributedNodePathEntity.disable(self)
     self.unloadGui()
     self.cleanupTimer()
     self.ignoreAll()