VRM-Addon-for-Blender icon indicating copy to clipboard operation
VRM-Addon-for-Blender copied to clipboard

VRM Importer, Exporter and Utilities for Blender 2.93 to 4.1

VRM Add-on for Blender CI status Code style is black

BlenderにVRM関連機能を追加するアドオンです。

VRM Add-on for Blender is an add-on that adds VRM-related functions to Blender.

ダウンロードはこちらのWebサイトから / Download from the website: https://vrm-addon-for-blender.info

Updating / 更新について

2021年2月7日のリリースでアドオン名(旧名:VRM_IMPORTER_for_Blender)とインストール方法が変わりました。ご注意ください。アップデートの際は古いアドオンを削除お願いします。

Please note that the add-on name (ex-VRM_IMPORTER_for_Blender) and its installation method have changed since the release on February 7, 2021. Please remove the old add-on when updating.

Tutorials / チュートリアル

Installation / インストール方法 Create Simple VRM / 単純なVRMを作る Create Humanoid VRM / 人型のVRMを作る

Development / 開発するには

開発用のソースコードはmainブランチにあります。そちらの io_scene_vrm フォルダがBlenderアドオンの本体になります。そのフォルダへのリンクをBlenderの addons フォルダ内に作ることで効率的に開発をすることができます。

The source code for development is in the main branch. Its io_scene_vrm folder is the main body of the Blender add-on. For efficient development, you can create a link to that folder in the Blender addons folder.

git checkout main
git submodule update --init

# Linux
ln -s "$PWD/io_scene_vrm" "$HOME/.config/blender/BLENDER_VERSION/scripts/addons/VRM_Addon_for_Blender-repo"
# macOS
ln -s "$PWD/io_scene_vrm" "$HOME/Library/Application Support/Blender/BLENDER_VERSION/scripts/addons/VRM_Addon_for_Blender-repo"
# Windows PowerShell
New-Item -ItemType Junction -Path "$Env:APPDATA\Blender Foundation\Blender\BLENDER_VERSION\scripts\addons\VRM_Addon_for_Blender-repo" -Value "$(Get-Location)\io_scene_vrm"
# Windows Command Prompt
mklink /j "%APPDATA%\Blender Foundation\Blender\BLENDER_VERSION\scripts\addons\VRM_Addon_for_Blender-repo" io_scene_vrm

テストの実行などより高度な開発をする場合はPoetry https://python-poetry.org/ をご利用ください。

For more advanced development, such as running tests, please use Poetry https://python-poetry.org/ .

Website / ウェブサイト

https://vrm-addon-for-blender.info