VRM Add-on for Blender adds VRM import, export, and editing capabilities to Blender. It also provides an API for automation via Python scripts.
| Create Simple VRM | Create Humanoid VRM | Physics Based Material |
|---|---|---|
![]() |
![]() |
![]() |
| Anime Style Material | VRM Animation | Automation |
|---|---|---|
![]() |
![]() |
![]() |
| Development | ||
|---|---|---|
![]() |
![]() |
![]() |
This add-on adds VRM-related functionality to Blender, including importing and exporting VRM files, adding VRM Humanoid, and configuring MToon shaders. Bug reports, feature requests, pull requests, and contributions are welcome. I have taken over development after Version 0.79 from the original author, @iCyP.
The
src/io_scene_vrm
folder contains the main add-on code. By creating a symbolic link to this folder
in Blender's user_default or addons directory, you can install the
development source code as an add-on in Blender, making it easy to test changes
efficiently.
For advanced development tasks such as running tests, refer to the development environment setup documentation.
Full Changelog: https://github.com/saturday06/VRM-Addon-for-Blender/compare/v4.2.4...v4.3.0
This extension requests the following permission:
Import/export VRM from/to disk
Currently only compatible with versions below 5.0.0. Automatic updates released after 2026 are not supported.
good