Linuxへのインストール

Check the Downloading Blender page to find the minimum requirements and the different versions that are available for Blender (if you have not done so yet).

blender.orgからインストール

Download the Linux version for your architecture and decompress the file to the desired location (e.g. ~/software or /usr/local).

実行ファイルをダブルクリックすることでBlenderを起動できます。

このインストール方法を使用する場合、Blenderの複数のバージョンをインストールすることができます。

For ease of access, you may wish to add a menu entry and create blend-file associations for the file-browser. This can be done by Registering Blender.

To make the installation and configuration fully self-contained, set up a Portable Installation.

Install from a Package Manager

いくつかのLinuxディストリビューションでは、そのリポジトリにBlenderの特定パッケージが含まれている場合があります。

ディストリビューションのネイティブメカニズムを介してBlenderをインストールすると、システム上の他のパッケージとの一貫性が保証され、(パッケージマネージャーによって提供される)パッケージの一覧表示、更新通知、自動メニュー構成などの他の機能が提供される場合があります。ただし、パッケージが最新の公式リリースと比較して古くなっているか、Blenderの一部の機能が含まれていない可能性があることに注意してください。例えば、一部のディストリビューションは、ライセンスなどの理由で、CyclesのGPUレンダリングをサポートするようにBlenderをビルドされていません。

If there is a specific package for your distribution, you may choose what is preferable and most convenient. Otherwise, the official binary is available on blender.org.

スナップからインストール

Snap は、さまざまなディストリビューションで機能するように設計されたユニバーサルパッケージマネージャーです。スナップがすでにインストールされていると、次の方法でスナップを介してBlenderをインストールできます:

snap install blender --classic

Installing from this method has a benefit that updates to Blender are automatically installed. Blender from Snap should have a more consistent distribution than individual package managers.

ターミナルでの実行

ターミナルでの起動 を参照。

Graphics System (X11 & Wayland)

Blender supports both X11 and Wayland. See Linux Windowing Environment for details.

Alt+Mouseの衝突回避

一部のウィンドウマネージャーでは、デフォルトで Alt-LMBAlt-RMB がウィンドウの移動とサイズ変更に割り当てられています。

Blenderはこれらをさまざまな操作に使用します。特に:

Blenderの全機能セットにアクセスするには、ウィンドウマネージャーの設定を変更して、代わりに メタ キー( スーパー キーや Windows キーとも呼ばれます)を使用します。

Gnome

コマンドラインに次のように入力します(次回のログイン時に有効):

gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Super>'
KDE

System Settings ‣ Window Management ‣ Window Behavior ‣ Window Actions で、'Alt' を 'Meta' キーに切り替えます。

Linuxでのアップデート

On Linux there are two ways to update Blender. This section covers the most common approaches.

blender.org からアップデート

Blenderのアップデートがリリースされたら、 Blender Webサイト から直接ダウンロードして、 Install from blender.org セクションで説明されている手順を使用してインストールします。

パッケージマネージャーによるアップデート

多くのLinuxディストリビューションでは、Blenderのパッケージを利用できます。これは、ディストリビューションのパッケージマネージャーを使用してインストールできます。インストール後、他のアプリケーションをアップデートするのと同じ手順を使用して、Blenderをアップデートできます。

参考

Blenderの前バージョンからの設定のインポート、および、その他のクイック設定については、スプラッシュ画面の Defaults(デフォルト) ページを参照してください。

既知の制限

Archive Extraction

Extracting Blender's archive using 7-zip is not supported. TAR must be used instead. For more details, see issue #104070.