示例#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()
示例#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()