Exemple #1
0
    def updateComputedGraph_(self):
        self.sharedStateSynchronizer.update()

        BackgroundUpdateQueue.moveNextFrameToCurFrame()
        BackgroundUpdateQueue.pullAll()

        self.computedGraph.flushOrphans()
        self.computedGraph.flush()

        self.controlRoot.pruneDirtyChildren()
        self.controlRoot.update()

        #self.controlRoot.display()

        self.sharedStateSynchronizer.commitPendingWrites()
Exemple #2
0
    def updateComputedGraph_(self):
        self.sharedStateSynchronizer.update()

        BackgroundUpdateQueue.moveNextFrameToCurFrame()
        BackgroundUpdateQueue.pullAll()

        self.computedGraph.flushOrphans()
        self.computedGraph.flush()

        self.controlRoot.pruneDirtyChildren()
        self.controlRoot.update()

        #self.controlRoot.display()

        self.sharedStateSynchronizer.commitPendingWrites()
Exemple #3
0
def refreshGraph(graph):
    BackgroundUpdateQueue.pullAll()
    graph.flush()
 def refreshGraph(self):
     BackgroundUpdateQueue.pullAll()
     self.graph.flush()
def refreshGraph(graph):
    BackgroundUpdateQueue.pullAll()
    graph.flush()
 def refreshGraph(self):
     BackgroundUpdateQueue.pullAll()
     self.graph.flush()