Non-transformed world loader for PendingImportNode only instantly loads the first clone

This commit is contained in:
David Vierra 2015-10-14 06:03:53 -10:00
parent 31829313ce
commit 457c6add01

View File

@ -161,7 +161,7 @@ class PendingImportNode(Node, QtCore.QObject):
# loads the non-transformed world scene asynchronously.
self.loader = WorldLoader(self.worldScene,
list(pendingImport.selection.chunkPositions()))
self.loader.startLoader()
self.loader.startLoader(0.1 if self.hasHandle else 0.0)
self.pendingImport.positionChanged.connect(self.setPosition)
self.pendingImport.rotationChanged.connect(self.setRotation)