Skip to content

saturday06/VRM-Addon-for-Blender

README
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 8, 2023 11:03
January 15, 2023 20:00
January 15, 2023 20:00
February 3, 2023 23:18
February 8, 2023 11:03

[ English / 日本語 ]

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

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

Download

Please download the add-on from this website: https://vrm-addon-for-blender.info

Tutorials

Installation Create Simple VRM Create Humanoid VRM

Development

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

For more advanced development, such as running tests, please use Poetry.

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

[ English / 日本語 ]

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

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

ダウンロード

こちらのWebサイトからダウンロードしてください: https://vrm-addon-for-blender.info

チュートリアル

インストール方法 単純なVRMを作る 人型のVRMを作る

開発するには

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

テストの実行などより高度な開発をする場合はPoetryをご利用ください。

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

About

VRM Importer, Exporter and Utilities for Blender 2.83 or later

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.MToon

Stars

Watchers

Forks

Languages