diff --git a/README.md b/README.md index deb750dda..8120dfadc 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ Please download the add-on from this website: [https://vrm-addon-for-blender.inf | [Installation](https://vrm-addon-for-blender.info/en/installation?locale_redirection) | [Create Simple VRM](https://vrm-addon-for-blender.info/en/create-simple-vrm-from-scratch?locale_redirection) | [Create Humanoid VRM](https://vrm-addon-for-blender.info/en/create-humanoid-vrm-from-scratch?locale_redirection) | | :---: | :---: | :---: | | | | | - -| [Create Physics Based Material](https://vrm-addon-for-blender.info/en/material-pbr?locale_redirection) | [Create Anime Style Material](https://vrm-addon-for-blender.info/en/material-mtoon?locale_redirection) | [Automation with Python Scripts](https://vrm-addon-for-blender.info/en/scripting-api?locale_redirection) | -| :---: | :---: | :---: | +| | | | +| **[Create Physics Based Material](https://vrm-addon-for-blender.info/en/material-pbr?locale_redirection)** | **[Create Anime Style Material](https://vrm-addon-for-blender.info/en/material-mtoon?locale_redirection)** | **[Automation with Python Scripts](https://vrm-addon-for-blender.info/en/scripting-api?locale_redirection)** | | | | | ## Overview @@ -63,9 +62,8 @@ BlenderにVRM関連機能を追加するアドオンです。 | [インストール方法](https://vrm-addon-for-blender.info/en/installation?locale_redirection) | [シンプルなVRMを作る](https://vrm-addon-for-blender.info/en/create-simple-vrm-from-scratch?locale_redirection) | [人型のVRMを作る](https://vrm-addon-for-blender.info/en/create-humanoid-vrm-from-scratch?locale_redirection) | | :---: | :---: | :---: | | | | | - -| [物理ベースのマテリアル設定](https://vrm-addon-for-blender.info/ja/material-pbr?locale_redirection) | [アニメ風のマテリアル設定](https://vrm-addon-for-blender.info/ja/material-mtoon?locale_redirection) | [Pythonスクリプトによる自動化](https://vrm-addon-for-blender.info/en/scripting-api?locale_redirection) | -| :---: | :---: | :---: | +| | | | +| **[物理ベースのマテリアル設定](https://vrm-addon-for-blender.info/ja/material-pbr?locale_redirection)** | **[アニメ風のマテリアル設定](https://vrm-addon-for-blender.info/ja/material-mtoon?locale_redirection)** | **[Pythonスクリプトによる自動化](https://vrm-addon-for-blender.info/en/scripting-api?locale_redirection)** | | | | | ## 概要 diff --git a/docs/website/content/_index.en.md b/docs/website/content/_index.en.md index bf0cbde5a..8fda2437e 100644 --- a/docs/website/content/_index.en.md +++ b/docs/website/content/_index.en.md @@ -25,9 +25,7 @@ VRM Add-on for Blender adds VRM import, export, and editing capabilities to Blen | [Installation]({{< ref "installation" >}}) | [Create Simple VRM]({{< ref "create-simple-vrm-from-scratch" >}}) | [Create Humanoid VRM]({{< ref "create-humanoid-vrm-from-scratch" >}}) | | --- | --- | --- | | [![](installation.png)]({{< ref "installation" >}}) | [![](simple.gif)]({{< ref "create-simple-vrm-from-scratch" >}}) | [![](humanoid.gif)]({{< ref "create-humanoid-vrm-from-scratch" >}}) | - | [Create Physics Based Material]({{< ref "material-pbr" >}}) | [Create Anime Style Material]({{< ref "material-mtoon" >}}) | [Automation with Python scripts]({{< ref "scripting-api" >}}) | -| --- | --- | --- | | [![](material_pbr.gif)]({{< ref "material-pbr" >}}) | [![](material_mtoon.gif)]({{< ref "material-mtoon" >}}) | [![](scripting_api.png)]({{< ref "scripting-api" >}}) | ## Overview diff --git a/docs/website/content/_index.ja.md b/docs/website/content/_index.ja.md index a14b4c0f0..1da2d12dc 100644 --- a/docs/website/content/_index.ja.md +++ b/docs/website/content/_index.ja.md @@ -25,9 +25,7 @@ VRM Add-on for BlenderはBlenderにVRMのインポート、エクスポートや | [アドオンのインストール]({{< ref "installation" >}}) | [シンプルなVRMモデルを作る]({{< ref "create-simple-vrm-from-scratch" >}}) | [人型のVRMモデルを作る]({{< ref "create-humanoid-vrm-from-scratch" >}}) | | --- | --- | --- | | [![](installation.png)]({{< ref "installation" >}}) | [![](simple.gif)]({{< ref "create-simple-vrm-from-scratch" >}}) | [![](humanoid.gif)]({{< ref "create-humanoid-vrm-from-scratch" >}}) | - | [物理ベースのマテリアル設定]({{< ref "material-pbr" >}}) | [アニメ風のマテリアル設定]({{< ref "material-mtoon" >}}) | [Pythonスクリプトによる自動化]({{< ref "scripting-api" >}}) | -| --- | --- | --- | | [![](material_pbr.gif)]({{< ref "material-pbr" >}}) | [![](material_mtoon.gif)]({{< ref "material-mtoon" >}}) | [![](scripting_api.png)]({{< ref "scripting-api" >}}) | ## 概要