Linuxへのインストール

Check the Downloading Blender page to find the minimum requirements and where to get Blender (if you have not done so yet).

blender.orgからインストール

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

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

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

アクセスを容易にするために、Blenderのメニューエントリやショートカットをシステムを追加設定できます。BlendファイルをBlenderに関連付けて、ファイルブラウザから選択したときにBlenderで自動的に開くようにすることもできます。それらの設定は、通常、ウィンドウマネージャーの設定と組み合わせて表示されます。(GnomeやKDE。)

パッケージマネージャーからインストール

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

Installing Blender via the distribution's native mechanisms ensures consistency with other packages on the system and may provide other features (given by the package manager), such as listing of packages, update notifications and automatic menu configuration. Be aware, though, that the package may be outdated compared to the latest official release, or not include some features of Blender. For example, some distributions do not build Blender with CUDA support, for licensing reasons.

お使いのディストリビューションに特定パッケージがある場合は、好ましくて最も便利なものと、そうでない、 blender.org で入手できる公式バイナリを選択できます

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

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

snap install blender

この方法でインストールすると、Blenderのアップデートが自動的にインストールされるという利点があります。SnapのBlenderは、個々のパッケージマネージャーよりも一貫性のあるディストリビューションです。

ターミナルでの実行

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

Avoiding Alt+Mouse Conflict

Many Window Managers default to Alt-LMB for moving windows, which is a shortcut that Blender uses to simulate a three button mouse. You can either have this feature disabled Preferences ‣ Input ‣ Emulate 3 Button Mouse or you can change the Window Manager settings to use the Meta key instead (also called Super or Windows key):

Gnome

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

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

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

Linuxでのアップデート

Linuxでは、Blenderをアップデートするさまざまな方法があります。このセクションでは、最も一般的なアプローチについて説明します。

blender.org からアップデート

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

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

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

参考

The Splash screen Defaults(デフォルト) page for information about import settings from previous Blender versions and on other quick settings.