> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/update-note/2026/202605/20260528.md).

# \[2026.05.28] 영상 제작 기능 및 스타일 템플릿 추가

#### 1. 대시보드

**1.1. (신규+개선) 영상 콘텐츠 추가 및 렌더샷 페이지 UI 개선**

\[프로젝트 > 프로젝트 상세 페이지] 내 렌더 콘텐츠 상세 페이지 UI 개선. 도면 편집기에서 촬영한 영상 콘텐츠를 조회·삭제·다운로드할 수 있는 기능 추가.

이전: 렌더 컨텐츠 상세 페이지

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

이후: 렌더 컨텐츠 상세 페이지

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

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

**1.2. (신규) 스타일 템플릿 기능 추가**

\[라이브러리 > 라이브러리 고급 설정]에 스타일 템플릿 페이지 추가. 파라미터 라이브러리(예: 설계형 주방 몸통 색상, 문고리 형태 등)를 템플릿 형태로 저장하고 관리할 수 있는 기능.

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

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

#### 2. 에디터

**2.1. (신규) 영상 제작 기능 추가**

렌더 스튜디오에 영상 제작 기능 추가. 현재 **Manager 등급 이상**에서만 사용 가능.

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

**2.2. (신규) 스타일 템플릿 기능 추가**

설계형 에디터에 스타일 템플릿 기능 추가. 스타일 템플릿 콘텐츠는 \[대시보드 > 라이브러리 > 라이브러리 고급 설정]에서 생성·관리하며, 템플릿화된 파라미터 라이브러리를 에디터 내에서 적용·조회할 수 있음.

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

<figure><img src="/files/1KjUDjg7b6lS5Xqezin3" alt=""><figcaption></figcaption></figure>

**2.3. (개선) 갤러리 UI 레이아웃 개선**

영상 콘텐츠 기능 추가에 맞춰 갤러리 및 갤러리 상세 페이지 UI 개선.

이전

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

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

이후

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

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

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

#### 3. 모듈러

**3.1. (신규) 변수 타입: 컴포넌트 타입 추가**

파라메트릭 에디터(모듈러)에 새로운 변수 타입인 **컴포넌트 타입(Component Type)** 추가. 특정 제품·부품·모델링 자체를 다른 컴포넌트로 교체·변경할 때 사용 가능하여, 상황에 따라 다양한 모델 구성을 보다 유연하게 적용 가능.

<figure><img src="/files/9uHVbMusc9JUbgoRFVYe" alt=""><figcaption></figcaption></figure>


---

# 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://docs.archisketch.com/update-note/2026/202605/20260528.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.
