You may need to use suspenddrawing in your view manager.
Ex:
'Set Viewport B to User Camera in VBScript
set vw = Desktop.ActiveLayout.Views.Find ("View Manager")
vw.setattributevalue "suspenddrawing","true"
vw.setattributevalue "activecamera:b","User"
vw.setattributevalue "suspenddrawing","true"And you can get your current viewport with GetFocusedViewport() if you don't want to fix your command to an specific viewport. Martin Sent from my iPhone > On 2016/03/26, at 6:39, Pierre Schiller <[email protected]> > wrote: > > Thank you. Those options were available. I´ve saved my kb layout but now they > don´t activate at the viewport. I´ll see to restart xsi to see if that fixes > the problem. > thanks!! :D > >> On Fri, Mar 25, 2016 at 2:35 PM, Thomas Volkmann <[email protected]> >> wrote: >> Look for "Perspective View" and "Scene Camera View". >> >> Cheers, >> Thomas >> >> >>> On 03/25/2016 07:29 PM, Pierre Schiller wrote: >>> Good day, team. >>> I was switching around the shortcut keys for the viewports on softimage >>> 2014. >>> I can´t find : USER view nor CAMERA view. I´ve sucessfully assigned FRONT >>> and TOP view. >>> Works a charm, but I don´t know where those other 2´s can be invoked from. >>> >>> Could anyone help me out with this one, please? >>> Thanks!! :D >>> >>> -- >>> Portfolio 2013 >>> Cinema & TV production >>> Video Reel >>> >>> >>> ------ >>> Softimage Mailing List. >>> To unsubscribe, send a mail to [email protected] with >>> "unsubscribe" in the subject, and reply to confirm. >> >> >> ------ >> Softimage Mailing List. >> To unsubscribe, send a mail to [email protected] with >> "unsubscribe" in the subject, and reply to confirm. > > > > -- > Portfolio 2013 > Cinema & TV production > Video Reel > ------ > Softimage Mailing List. > To unsubscribe, send a mail to [email protected] with > "unsubscribe" in the subject, and reply to confirm.
------ Softimage Mailing List. To unsubscribe, send a mail to [email protected] with "unsubscribe" in the subject, and reply to confirm.

