Hello,
I was using reset view to focus on an object but as I work it starts to focus off in blank space or what seems to be random spots on or in the mesh.
I tired your script: script: /* Set 3D view rotation pivot */ var p = moi.ui.createPointPicker(); if ( p.waitForEvent() && p.event == 'finished' ) { moi.ui.mainWindow.viewpanel.getViewport('3D').targetpt = p.pt }
and the same thing happens after a short time. Is there a way to lock the focus or pivot rotation point. This would greatly speed up my worklfow.
cheers.
|