Update Move tool's rotation input when pendingImport is changed

This commit is contained in:
David Vierra 2015-10-08 18:07:25 -10:00
parent 9e2004de19
commit d99ccf2d5a

View File

@ -238,6 +238,7 @@ class MoveTool(EditorTool):
node.importMoved.connect(self.importDidMove)
self._currentImportNode = node
self.overlayNode.addChild(node)
self.rotationInput.rotation = pendingImport.rotation
@property
def currentImportNode(self):