Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 3
0
def refreshGraph(graph):
    BackgroundUpdateQueue.pullAll()
    graph.flush()
Exemplo n.º 4
0
 def refreshGraph(self):
     BackgroundUpdateQueue.pullAll()
     self.graph.flush()
Exemplo n.º 5
0
def refreshGraph(graph):
    BackgroundUpdateQueue.pullAll()
    graph.flush()
Exemplo n.º 6
0
 def refreshGraph(self):
     BackgroundUpdateQueue.pullAll()
     self.graph.flush()