http://kyticka.webzdarma.cz/3d/moi/#SetView

 From:  GonzoRus
7898.1 
Hello everybody.

Please help to solve this problem:


I assign hotkeys to see here (http://kyticka.webzdarma.cz/3d/moi/#SetView):


Alt+W=script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.leftRightAngle = 0; v.upDownAngle = 0; v.tiltAngle = 0;

Alt+D=script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.leftRightAngle = 90; v.upDownAngle = 85; v.tiltAngle = 0;

Alt+Q=script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.leftRightAngle = 45; v.upDownAngle = 45; v.tiltAngle = 0;

Alt+E=script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.leftRightAngle = 0; v.upDownAngle = 85; v.tiltAngle = 0;


When I press "Alt + Q" after the "Alt + W" appearance is not switched from the first pressing. I press the "Alt + Q" again. After the second press switches to the correct view.

When I press "Alt + D" after the "Alt + W" appearance is not switched from the first pressing. I press the "Alt + D" again. After the second press switches to the correct view.

I work in 3D view projection "Perspective" and in ViewPort only "3D". I just want to switch between viewing angles.

What could be the problem?

Sorry for bad english)