Blender のインストール¶
Blender は約三か月毎に更新されます。最新の更新点については リリースノート を参照してください。
システム要件¶
Blender is available for download on Windows, macOS, and Linux. Always check that your graphics drivers are up to date and that OpenGL is properly supported. Blender has a set of minimum and recommended requirements; so make sure these are met before trying to install Blender.
ペンタブや 3D マウスといったハードウェアのサポートについては ハードウェアの設定 を参照してください。
Blender のダウンロード¶
Blender offers a variety of different binary packages to choose from depending on their level of stability. Each package has the trade off of newest features versus stability. The package that is right for you depends on your requirements for those two. A studio, for example, might want to have long-term support, while a hobbyist may want newer features, while others may just want to test upcoming features. Each package described below has something just right for everyone.
- 安定版
A package that contains the latest features and is considered stable without regressions. A new stable version is available roughly every three months.
- 長期サポート版(LTS)
A package designed for long-lasting projects requiring a very stable version of Blender. LTS releases are supported for two years and will not have any new features, API changes or improvements. A new long-term support version is available every year. These LTS releases will occasionally have minor patches (such as 4.2.6) which improve stability or fix critical bugs.
- デイリービルド
A package updated daily to include the newest changes in development. These versions are automatically built on a schedule. They are not as thoroughly tested as the release types above, and might break or crash. Builds marked as Alpha are still undergoing major changes and feature additions, while those marked Beta are feature-complete and are under development for refinement and stability.
Stability can be expected to increase from Alpha to Beta to Release Candidate (RC) to a final release.
- Build from Source
Blender's source code is available for free to either reference or to build and use. While normal users are not expected to compile Blender, it does have advantages:
最新の Blender である。
ある機能が開発されたどんなブランチやバージョンのものもインストールすることができる。
自由にカスタマイズできる。
Curious users can look through the source code and make small changes to see the effects to better understand how Blender works.
The procedure for installing a binary, either the latest stable release or a daily build, is the same. Follow the steps for your platform listed below.
注釈
Blender is designed to not require an internet connection, so it doesn't have a built-in update system. This means you will need to update Blender yourself by following the platform-specific upgrade steps described in the sections below.