Hi,
When I create a vray camera via MXS, it does not create a target (even with targeted
n) Creating with targeted
ff, then toggling this state has the required effect.
Can anyone else clarify this behaviour, or does something else need to passed into the constructor?
Thanks,
Pete
Vray 3.10.01
When I create a vray camera via MXS, it does not create a target (even with targeted


Code:
v = VRayPhysicalCamera isSelected:true target_distance:200 targeted:on [COLOR="#0000FF"]$VRayPhysicalCamera:VRayCam001 @ [0.000000,0.000000,0.000000][/COLOR] v.target [COLOR="#0000FF"]undefined[/COLOR]
Code:
v = VRayPhysicalCamera isSelected:true target_distance:200 targeted:off [COLOR="#0000FF"]$VRayPhysicalCamera:VRayCam002 @ [0.000000,0.000000,0.000000][/COLOR] v.targeted = on [COLOR="#0000FF"]true[/COLOR] v.target [COLOR="#0000FF"]$Target:VRayCam002.Target @ [0.000000,0.000000,-200.000000][/COLOR]
Thanks,
Pete
Vray 3.10.01
Comment