Page 1 of 1

Viewpoint control from Widget Designer

PostPosted: Fri Apr 27, 2018 12:32 am
by actech
I am trying to use Widget Designer Pro to change the Viewpoint X Pos values of Camera 1 in PB Manager Pro. I've tried using the DeviceSetParam script but it does not change. The script works fine for controlling values on other layers but not for Camera 1 and 2 layers. Do you have any idea on what I am doing wrong?
I'm working on an older system with PB Manager Pro Rev14570, Widget Designer Pro3.5 and multiple servers, unsure where to post for this...

Re: Viewpoint control from Widget Designer

PostPosted: Fri Apr 27, 2018 8:20 am
by Benni_M
Manager Rev 14570 and Widget 3.5???
Really?

Best,
benni

Re: Viewpoint control from Widget Designer

PostPosted: Fri Apr 27, 2018 9:10 am
by Dennis Kuypers
Hello,

Works fine for me using WD 3.5 PRO (rev 249G) with Pandoras Box V6 (rev 15270) (that's just what happened to be on my machine)

Code: Select all
DeviceSetParam,2,25,Viewpoint X Pos,22


Regards
Dennis

Re: Viewpoint control from Widget Designer

PostPosted: Sun Apr 29, 2018 11:04 pm
by actech
Thanks Dennis, I was using DeviceSetParam,2,17,Viewpoint|X Pos,16 which works for other layers but obviously a 'space' is all that's needed in this case. Appreciate it, Aaron

Re: Viewpoint control from Widget Designer

PostPosted: Mon Apr 30, 2018 1:56 am
by Dennis Kuypers
Hello,

Refer to this post on how to get the correct names: viewtopic.php?f=80&t=1753&p=7764#p7764

The pipe "|" is only used for effects and particle systems/emitters.

Dennis