# Render to vrscene

This app enables users to troubleshoot Vray render issues more easily, by generating the vrscene file for a given render job. This vrscene file is the result of all vrscene elements that combine through the configuration setup to generate the final image. Inspecting this final vrscene file may provide some insight into what could have caused the render to look different than expected.

## Installation

To install this app please follow the instructions as directed in the [General Apps instructions](/tools/general-apps.md).

## Usage

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

You need to have an existing render job first, because this app needs to read the configuration options from that render task in order to generate a vrscene for the exact same configuration options.

It is not necessary for the existing render job to have completed successfully or at all.

1. A render taskId is required in order to generate the vrscene for that render.
2. The task Id can be found at the end of the URL for that particular render task, after /tasks/\
   For example, if the URL of the render task is

   `https://preview.threekit.com/o/andreise/branches/main/jobs/d4848545-8c23-4733-ae9a-0f83bad85347/tasks/cf0a8d90-77af-44aa-a052-eb4680437b3a`

   the render task ID will be `cf0a8d90-77af-44aa-a052-eb4680437b3a`
3. On pressing the Export Vrscene button, a new job will be generated in the org. Upon completion, this job's output will be the vrscene file. This job is not re-attempt to render the original image.
4. A link will be provided to the render task. Please check it regularly until the platform finishes the task and provides the result file.


---

# Agent Instructions: 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:

```
GET https://community.threekit.com/tools/general-apps/render-to-vrscene.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
