mirror of
https://github.com/linuxserver/docker-blender.git
synced 2026-01-09 07:21:36 +08:00
commit
e0c19d6bb9
@ -567,6 +567,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **27.12.25:** - Add wayland init logic.
|
||||
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
|
||||
* **19.08.24:** - Rebase to noble.
|
||||
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
||||
|
||||
@ -108,6 +108,7 @@ init_diagram: |
|
||||
"blender:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "27.12.25:", desc: "Add wayland init logic."}
|
||||
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
|
||||
- {date: "19.08.24:", desc: "Rebase to noble."}
|
||||
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
|
||||
|
||||
1
root/defaults/autostart_wayland
Normal file
1
root/defaults/autostart_wayland
Normal file
@ -0,0 +1 @@
|
||||
blender --python-expr "import bpy; bpy.context.preferences.inputs.use_mouse_continuous = False"
|
||||
7
root/defaults/menu_wayland.xml
Normal file
7
root/defaults/menu_wayland.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
||||
<menu id="root-menu" label="MENU">
|
||||
<item label="Blender" icon="/blender/blender.svg"><action name="Execute"><command>/usr/bin/blender</command></action></item>
|
||||
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
|
||||
</menu>
|
||||
</openbox_menu>
|
||||
Loading…
x
Reference in New Issue
Block a user