> 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/guide/hajimeni/update-note/2026/202605/20260528.md).

# \[2026.05.28] 動画作成機能およびスタイルテンプレート追加

#### 1. ダッシュボード

**1.1.（新規+改善）動画コンテンツ追加およびレンダーショットページUI改善**

\[プロジェクト > プロジェクト詳細ページ]内のレンダーコンテンツ詳細ページUIを改善。図面エディタで撮影した動画コンテンツを閲覧・削除・ダウンロードできる機能を追加。

以前：レンダーコンテンツ詳細ページ

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

以後：レンダーコンテンツ詳細ページ

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

<figure><img src="/files/6662e38840d7e54b228023745e4422a81232e6d5" alt=""><figcaption></figcaption></figure>

**1.2.（新規）スタイルテンプレート機能追加**

\[ライブラリ > ライブラリ詳細設定]にスタイルテンプレートページを追加。パラメータライブラリ（例：設計型キッチンの本体色、取っ手の形状など）をテンプレート形式で保存・管理できる機能。

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

<figure><img src="/files/2d8a743863b419ea0c66f25c39b9ffed496e0011" alt=""><figcaption></figcaption></figure>

#### 2. エディター

**2.1.（新規）動画制作機能追加**

レンダースタジオに動画制作機能を追加。現在 **Managerグレード以上**でのみ使用可能。

<figure><img src="/files/2b1a2e0a524fb66f85bbcb5b996c146517c39ed5" alt=""><figcaption></figcaption></figure>

**2.2.（新規）スタイルテンプレート機能追加**

設計型エディタにスタイルテンプレート機能を追加。スタイルテンプレートコンテンツは\[ダッシュボード > ライブラリ > ライブラリ詳細設定]で作成・管理し、テンプレート化されたパラメータライブラリをエディタ内で適用・閲覧できる。

<figure><img src="/files/363b63f1d8020f896ff7807b437fbc150a061b65" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8a5da5ac2b8d6bb413c114a214cb62eb94a66376" alt=""><figcaption></figcaption></figure>

**2.3.（改善）ギャラリーUIレイアウト改善**

動画コンテンツ機能追加に合わせてギャラリーおよびギャラリー詳細ページのUIを改善。

以前

<figure><img src="/files/13b28f5681f661b647014d747b03ae20003acef4" alt=""><figcaption></figcaption></figure>

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

以後

<figure><img src="/files/3725c53f6f96167901e69f228aa1e8e617edb299" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/266ca58e6cf5156039db761c5c2df9c2f99d8271" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/32ebe9a9432609236cf085895abaa755f70b3336" alt=""><figcaption></figcaption></figure>

#### 3. モジュラー

**3.1.（新規）変数タイプ：コンポーネントタイプ追加**

パラメトリックエディタ（モジュラー）に新しい変数タイプである **コンポーネントタイプ（Component Type）** 追加。特定の製品・部品・モデリングそのものを別のコンポーネントに置換・変更する際に使用でき、状況に応じて多様なモデル構成をより柔軟に適用可能。

<figure><img src="/files/a54c9820e5f8e5c378b7a87faf6e10ad0bda3fc9" 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/guide/hajimeni/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.
