分页: 1 / 1

SHOW一下桌面,顺带Blender

发表于 : 2010-07-30 21:39
cjxgm
SHOW一下桌面,新装的Enlightenment
e17的桌面
e17的桌面
参考的D38的教程,
那个CONKY的透明半天也搞不定,干脆换了个黑色的壁纸 :em06

焰火效果
blender1
blender1
接着
snapshot4.png
有光晕哦
snapshot5.png
炸开了
snapshot3.png
snapshot7.png
凑个8张吧 :em02
Google Chrome 里的 FeedSquares
Chrome RSS
Chrome RSS
易语言.飞扬 IDE,注意加亮的部分哦
EFIDE
EFIDE
GIMP真不习惯 :em20
8张了,搞定,睡觉去 :em09

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-30 22:36
photor
:em09

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 0:58
kakashiljf
:em11

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 14:48
ldxno_1cn
:em01 非常不错呢!blender的高人的说.对了顺便问一下楼主知道怎么才能在UBUNTU10.04下正常的使用BLENDER2.5.3这个BETA版啊?

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 15:53
eexpress
中文编程。。。才不习惯吧。
:em04

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 17:10
linlee
编程看起来怪怪的....

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 17:20
cjxgm
易飞扬有点像中文版的D语言……
我一直用易语言的说,最近为了脱离WINE才用飞扬的

回4#
http://wiki.blender.org/index.php/Dev:2 ... _Migration
Including Python Modules
Note that on Windows since Blender 2.5 Alpha 0 below directions, including the next section, are no longer necessary. Everything is ready in BF_INSTALLDIR

Python modules are a mixture of .py files and compiled modules (.so files on linux)

This means copying /usr/lib/python3.1 into some directory blender can be bundled with eg. ~/.blender/python (from C:\Python31\Lib on windows)

Note that blender won't start unless these modules are found (error below), so it's important to get this path right.

Fatal Python error: Py_Initialize: can't initialize sys standard streams
ImportError: No module named encodings.utf_8
Python then needs to know to use this path for the modules rather than /usr/lib/python3.1 There are a number of ways to do this....

Define our own Py_GetPath() that overrides pythons. See http://docs.python.org/c-api/init.html
Set the PYTHONPATH and PYTHONHOME (from C) before initializing python.
Start with a shell script that sets the PYTHONPATH/PYTHONHOME (all except win32).
想载个Py3.1把它搞定,可访问 python.org 居然显示“此网页无法访问。” :em20

不过为何要用最新版啊,2.52可以运行的

Re: SHOW一下桌面,顺带Blender

发表于 : 2010-07-31 17:33
cjxgm
在华军上找到了Py3.1.2的源码包,只能自己编译了……