macOS

Démarrage rapide

Ouvrez l’application terminal, et lancez l’exécutable dans le module de l’application, avec des commandes comme ceci :

cd /Applications/Blender.app/Contents/MacOS
./Blender

Si vous avez à le faire souvent, vous pouvez ajouter ce dossier à votre PATH.

Pour cela vous pouvez lancer une commande comme ceci dans le terminal (avec le chemin approprié).

echo "export PATH="$PATH:/Applications/Blender.app/Contents/MacOS" >> ~/.bash_profile

Si vous ouvrez alors un nouveau terminal, la commande suivante va fonctionner :

Blender

Détails

macOS uses « files » with the .app extension called applications. These files are actually folders that appear as files in Finder. In order to run Blender you will have to specify that path to the Blender executable inside this folder, to get all output printed to the terminal. You can start a terminal from Applications ‣ Utilities. The path to the executable in the .app folder is ./Blender.app/Contents/MacOS/Blender.

Si Blender est installé dans le dossier Applications, la commande suivante peut être utilisée :

/Applications/Blender.app/Contents/MacOS/Blender
../../../_images/advanced_command-line_launch_macos_mac.png

Démarrage de Blender depuis une console sous macOS.