ChaosGroup / blender_with_vray_additions

Blender with patches for V-Ray *.vrscene export
Other
29 stars 13 forks source link

VFB appears on-top of all other windows #242

Closed philstopford closed 6 years ago

philstopford commented 6 years ago

The VFB seems to display on-top of all other windows, which makes it tricky to work as a render is cooking. Could this be revised, or is there already an option somewhere to change this behavior?

bdancer commented 6 years ago

You could edit vb30/lib/VRayProcess.py and change VRAY_VFB_ALWAYS_ON_TOP value to 0.

philstopford commented 6 years ago

Could it be made an option from the UI that would survive reinstalls and also propagate through blender cloud settings sync?

bdancer commented 6 years ago

Yes, it's possible.

bdancer commented 6 years ago

Done: https://github.com/ChaosGroup/vray_for_blender_exporter/commit/221fbfec957fed2759ef69b4cbde2fce669fb74a

philstopford commented 6 years ago

Is there a global preference for this? I see the scene preference, but there's no 'on top' preference in the add-on settings (where you can specify the VRAY_PATH), to make a global setting.

bdancer commented 6 years ago

There is no global preference for this.