Update Move tool's rotation input when pendingImport is changed
This commit is contained in:
parent
9e2004de19
commit
d99ccf2d5a
@ -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):
|
||||
|
Reference in New Issue
Block a user