# 2023.15.0 - July 19, 2023

### New Selection Outline Options

Selection within **Layout Containers** has been upgraded to include more options for customizing how selected items are viewed.&#x20;

Regular Outline

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

Obstructed Objects Hidden

<figure><img src="/files/16IoEBJ9ncU5LTK7zQ2M" alt=""><figcaption></figcaption></figure>

Obstructed Objects Custom Outline

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

This allows you to customize your selection interactions to best show off which elements you really want to be front and center, while ignoring items that are obstructed

### Product Import Improvement&#x20;

The file import system via JSON has been upgraded to allow for better stability and performance.&#x20;

A large number of imports can now be done simultaneously without affecting each other and the workload on Threekit.

Additionally, imports that previously timed out due to having too large size will now continue to run until the are finished, giving you confidence that you can step away without worrying a job might not be finished, or only partially finished.

To learn more, visit the full [Product Import Documentation Page](https://developer.threekit.com/reference/importproducts-1).

### Bugs/Cases

* DEV-422 Creating Assets without a name locking out the Save Asset button
* DEV-1031 Shared Local Number and Boolean attributes not showing up in bulk select properly
* DEV-1040 SVG parsing crashing if SVG path is invalid
* DEV-1045 Local Attributes showing different value dropdowns on edit than in creation
* DEV-1070 Toggling between Images and AR on the Render Page locks out Vray and WebGL selection


---

# 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/2023/2023.15.0-july-19-2023.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.
