> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/learn/workflows/v-ray-workflow/7.-vray-vfb-presets.md).

# 7. Vray VFB Presets

The Vray VFB Presets allow users to add post-processing effects to the Vray renders, primarily in terms of color corrections. These post processing effects are specifically the ones supported by the Vray Framebuffer, as listed here: <https://docs.chaos.com/display/VMAX/Layers>

## Exceptions - Vray 4

We currently do not support the following Vray4 VFB Layers:

Lens Effects, OCIO, LUT, ICC

## Import

The user may import a Vray VFB (Vray FrameBuffer) Preset file (vccglb or vccglbzip for Vray4, and .vfbl or .vfblzip for Vray5) by using the drag-and-drop method on the Asset Library. This will automatically create a VFB asset on ThreeKit.

Here is how to save out the vccglb file from the Vray4 Framebuffer:

<figure><img src="/files/LaPd5OYeJc9TcDh8OV7r" alt=""><figcaption></figcaption></figure>

&#x20;Here is how to save out the vfbl file from the Vray5 Framebuffer:

<figure><img src="/files/GNzsZZ6M83gJg6SD8Dnp" alt=""><figcaption></figcaption></figure>

&#x20;This asset may then be used directly in the Vray Post Effects slot of a scene:

<figure><img src="/files/LjR8tlgn6tIqMAsSbwSo" alt=""><figcaption></figcaption></figure>

## Properties

The contents of this VFB preset will look like this:

<figure><img src="/files/sEHlkZ6F8CaIPduYzvFx" alt=""><figcaption></figcaption></figure>

There is effectively just one single option - **Remove Alpha from output**.

When this option is checked **OFF**, the alpha channel from the Vray render will be retained as is. This is the default setting.

When this option is checked **ON**, the alpha channel from the Vray render will be replaced with a full white alpha channel, essentially removing any transparency altogether.

The main scenario where this setting is likely to be set to ON is when the VFB preset includes a Background image. If the alpha channel of the rendered image retains the transparency, then the Background image used in the VFB file will get cut out. Checking this option to ON will ensure that the Background image will always show in the output render on the 2D player.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://community.threekit.com/learn/workflows/v-ray-workflow/7.-vray-vfb-presets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
