![]() |
2014-06-22
, 06:11
|
|
Posts: 40 |
Thanked: 48 times |
Joined on Jul 2013
@ Pondokgede, Indonesia
|
#2
|
![]() |
2014-06-22
, 09:34
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#3
|
wmctrl -l => find window id of blender xdotool windowunmap "blenderId" xprop -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_FULLSCREEN -id "blenderId" xdotool windowmap "blenderId"
The Following 5 Users Say Thank You to elros34 For This Useful Post: | ||
![]() |
2014-06-23
, 15:31
|
|
Posts: 130 |
Thanked: 132 times |
Joined on Jan 2013
@ India
|
#4
|
Just in case anyone's interested, I have a working blender 2.4 build at https://github.com/radiochickenwax/blender-n900-maemo. It runs pretty smooth for modeling and animation, but really slow for rendering.
All you need to run it is the binary from here. It's statically linked against maemo's python-2.5.4.
Unfortunately however, this doesn't work using the default window manager in hildon-desktop. So if you want to run this, you'll have to change that. See post#3 for a cool workaround. I started some poor instructions here.
Hope this helps someone out there.
For those who don't want to change window manager and want to see how it works:
Code:wmctrl -l => find window id of blender xdotool windowunmap "blenderId" xprop -f _NET_WM_STATE 32a -set _NET_WM_STATE _NET_WM_STATE_FULLSCREEN -id "blenderId" xdotool windowmap "blenderId"
![]() |
2014-06-27
, 13:53
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#5
|
![]() |
2014-06-27
, 16:49
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#7
|
![]() |
2014-08-20
, 11:32
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#8
|
All you need to run it is the binary from here. It's statically linked against maemo's python-2.5.4.
Unfortunately however, this doesn't work using the default window manager in hildon-desktop. So if you want to run this, you'll have to change that. See post#3 for a cool workaround. I started some poor instructions here.
Hope this helps someone out there.
Last edited by radiochickenwax; 2014-06-22 at 16:59.