flathub / org.godotengine.Godot

Godot engine
https://flathub.org/apps/details/org.godotengine.Godot
39 stars 25 forks source link

"Using Blender" instructions don't work when Blender installed via Flathub #119

Closed pjhanzlik closed 1 year ago

pjhanzlik commented 1 year ago

The current "Using Blender" instructions in README are good, but should make it obvious that the bash script "blender" call should be replaced with how you normally start Blender via command line. For instance, I installed Blender via Flathub, so my bash script looks more like:

#!/bin/bash

flatpak-spawn --host flatpak run org.blender.Blender "$@"