godotengine / godotengine/godot-docs
Suggest method of using flatpak and blender
Open
area:manual
enhancement
- Dominant language
- reStructuredText
- Stars
- 5.7k
- Forks
- 3.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 25
Description
**Your Godot version:**
Godot Engine 4 https://github.com/godotengine/godot/commit/d6b1dd4854be3b31673e7634d3b88499f3bd2b60
**Issue description:**
Provide documentation how to use flatpak Blender 3.2.1 with the Blender importer.
1. Go to `/usr/local/bin`
2. Create a file named blender
```bash
#!/bin/bash
exec flatpak run org.blender.Blender "$@"
```
3. Make the blender file executable
4. Point the blender importer to /usr/local/bin/
**URL to the documentation page (if already existing):**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.