Hi guys,
I currently writing a script to import an own file format to Blender. The script works so far. But I have a problem with redrawing the scene if I use the script when it’s placed in Blender’s script folder. If I press “Run script” in the editor window in works great. Only if I use the file menu and the option import scripts it does not work the right way.
Here are two screenshots. The first shows the result of using the file menu. But if I select all objects in the scene and press the G-Key all objects jump to their right positions (see the second image). I tried to use some kinds of redrawing functions like Blender.Redraw(), scene.update() or Window.Redraw() but nothing works.


Can anybody help me please?
Thanks.
KoRn