# 2020.1.7.0 - March 18, 2020

#### Platform

* Basic Virtual Photographer
  * String attributes
    * Hide/show parts
    * Set active camera
  * Render directly from a Catalog Item or from the new Renders page
    * Select a Catalog Item
    * Provide a name for the Render
    * Select resolution
  * As renders are complete, they are shown on the Renders listing
    * Drill down into individual Render jobs and view each image and corresponding configuration
* Nested configuration
  * We’ve improved the underlying architecture to allow you to nest smart assets multiple levels deep

#### Editor

* Specify the Red or Green channel flip in the individual texture attributes with new toggles
* Add tiling overrides to Materials
  * Open a material and add the new `TilingOverride` operator
  * Set the overrides and select which maps to override

#### Player

* Mobile player
  * In the Platform, the Player and Configurator are stacked. When you scroll, the Player is fixed
  * In the embed, you can now use custom CSS to achieve a similar experience

#### Bugs

* Fixed jitter when changing configuration
* Configurable AR is back
* Fetching hashed player javascript returns 403
* Texture Cache is using the referenceId, which is invalid
* Setting material doesn't work


---

# 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/releases/2020/2020.1.7.0-march-18-2020.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.
