Skip to content

vrm格式导入Blender插件02 VRM Importer, Exporter and Utilities for Blender 2.83 or later

License

Notifications You must be signed in to change notification settings

drf66/VRM_Addon_for_Blender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

English / 日本語

Overview

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

Download

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

Updating

Please remove the old add-on when it update. It is because the release on February 7, 2021 changed the add-on name from (ex-VRM_IMPORTER_for_Blender) and changed the installation method.

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 the main body of the Blender 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

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

English / 日本語

概要

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

ダウンロード

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

更新について

アップデートの際は古いアドオンを削除してください。 2021年2月7日のリリースでアドオン名(旧名:VRM_IMPORTER_for_Blender)とインストール方法を変更したためです。

チュートリアル

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

開発するには

開発用のソースコードはmainブランチにあります。ブランチ内の io_scene_vrm フォルダがBlenderアドオン本体です。 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格式导入Blender插件02 VRM Importer, Exporter and Utilities for Blender 2.83 or later

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%