newCam=VRayPhysicalCamera transform:TM isSelected:on targeted:true specify_focus:true target_distance:150 focus_distance:150 film_width:36 focal_length:35
$.targeted=false
$.targeted=true
The creation of the camera happens properly: it becomes selected, and all the menu options for it are correct, but the target is not present in the scene, at all, and the target distance spinner takes the correct parameter, but it’s greyed out (notice the camera does show as targeted)
It is sorted by simply toggling the “targeted” parameter on and off, or generating the camera with “targeted:false” and then later turning it on.
Nothing major, but i thought i’d point it out.
Lele