Markus Barrera-Kolb 20 Posted September 19, 2018 I'd been using a script with VW2017 and VW2018 that set the view to normal perspective and the render mode to OpenGL, in part because I'd found that if you activated the flyover tool while inside a group, the default view and render mode were ignored, and also because there's a small lag before you can use the SpaceNavigator 3D mouse after activating the flyover tool. The script worked great in '17 and '18, but now I'm getting this error with it in VW2019: Error on line=3: PERSPECTIVEOPENGL DOMENUTEXTBYNAME – Menu cannot be found. Projection. Here's the script: PROCEDURE PerspectiveOpenGL; BEGIN DoMenuTextByName('Projection',5); DoMenuTextByName('OpenGL Render Chunk',1); SetPref (1320,False); SetPrefReal (127,6.0); END; RUN (PerspectiveOpenGL); Any help is appreciated – thanks! Cheers, Markus Perspective+OpenGL.vsm Quote Share this post Link to post
MullinRJ 220 Posted September 19, 2018 (edited) Markus, It works on my system, both as a Palette Script, and as a Menu Command. Have you tried restarting VW? Is your VW an English language version? Raymond Edited September 19, 2018 by MullinRJ Quote Share this post Link to post
Markus Barrera-Kolb 20 Posted September 19, 2018 Thanks Raymond - looks like a restart did it! Odd enough, given that I'd already restarted it prior, but I guess you never know... Cheers, Markus Quote Share this post Link to post