Setting the actual rotation of PendingImportNode also updates the rotation of the non-transformed preview.
This commit is contained in:
parent
010fea7df8
commit
adf70cf8a6
@ -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:
|
||||
|
Reference in New Issue
Block a user