Coder Social home page Coder Social logo

certaingoat / vrm_addon_for_blender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saturday06/vrm-addon-for-blender

0.0 0.0 0.0 12.81 MB

VRM Importer, Exporter and Utilities for Blender 2.82 or later

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

License: MIT License

Shell 0.56% Python 97.68% GLSL 1.29% Batchfile 0.21% Dockerfile 0.26%

vrm_addon_for_blender's Introduction

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 / 開発するには

io_scene_vrm フォルダがBlenderアドオンの本体になります。そのフォルダへのリンクをBlenderの addons フォルダ内に作ることで効率的に開発をすることができます。

The 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.

# 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/ .

Documentation / ドキュメント

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

vrm_addon_for_blender's People

Contributors

saturday06 avatar icyp avatar fujisunflower avatar dependabot[bot] avatar cj-bc avatar uitcis avatar joshuanwalker avatar silvea12 avatar 989onan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.