Setting the actual rotation of PendingImportNode also updates the rotation of the non-transformed preview.

This commit is contained in:
David Vierra 2015-10-08 23:33:59 -10:00
parent 010fea7df8
commit adf70cf8a6

View File

@ -180,6 +180,7 @@ class PendingImportNode(Node, QtCore.QObject):
def setRotation(self, rots):
self.updateTransformedScene()
self.updateBoxHandle()
self.rotateNode.setRotation(rots)
def updateTransformedScene(self):
if self.pendingImport.transformedDim is not None: