This has come up a number of times, and I always forget the exact command so I thought I'd add a sticky topic If the V-Ray VFB disappears (f.e. if you open a scene which was saved with a VFB on a second monitor, but you don't have one), do the following:
1) Open the scene;
2) Before any rendering is done (this is important!) open the script editor and type this MEL command:
3) The next time you render, the VFB will be initialized in its default position and size.
Best regards,
Vlado
1) Open the scene;
2) Before any rendering is done (this is important!) open the script editor and type this MEL command:
Code:
setAttr "vraySettings.vfbSettingsArr" -type Int32Array 0;
Best regards,
Vlado
Comment