I have the following code in an import script and it does not seem to be working:<br><br>emptyObj = currentScene.objects.new("Empty")<br>emptyObj.setName("Name")<br>emptyObj.setLocation(10.0,10.0,10.0)<br>
<br>No matter what I do I cannot get the Empty to move from the scene origin. It appears in the scene, but not where I want it to be.<br><br>Regards,<br><br>Shane<br>