Skip navigation.

BLooDY* OpenART

Linux | Blender | Design | Web | CSS | Linux Theme | icon | Tango Project | Open source | Gimp | Inkscape......

Posts tagged with "blender"

STICKY POST

About OpenART

, , , ...

OpenART是一个用开源软件创造开源艺术的地方,这里所有的作品都将是以GPL协议发布。

* 我们创造桌面图标,桌面主题,壁纸,软件界面,原型概念,以及任何linux系统上的视觉元素。

* 这里探索inkscape , gimp , blender等等流行的开源图形软件,并且可以探讨任何用开源软件来创造视觉奇迹的话题。

* 当然,这里也讨论任何有关于linux和unix的话题。

下面我们给出一些词汇帮助你了解OpenART:

linux , gnome , KDE , Fluxbox , icon , theme , mockup , Metacity , GTK , inkscape , Gimp , Blender , Design , Prototype , XGL , Beryl , ubuntu , OpenSuSE ......

AiRB-1



Custom Leica M4-2 camera





More and more in my gallery : tuziibanez.yupoo.com

My last blender model








blender options on linux

Blender V 2.42
Usage: blender [options ...] [file]

Render options:
  -b <file>     Render <file> in background
    -S <name>   Set scene <name>
    -f <frame>  Render frame <frame> and save it
    -s <frame>  Set start to frame <frame> (use with -a)
    -e <frame>  Set end to frame (use with -a)<frame>
    -o <path>   Set the render path and file name.
      Use // at the start of the path to
        render relative to the blend file.
      Use # in the filename to be replaced with the frame number
      eg: blender -b foobar.blend -o //render_# -F PNG -x 1
    -F <format> Set the render format, Valid options are..
        TGA IRIS HAMX FTYPE JPEG MOVIE IRIZ RAWTGA
        AVIRAW AVIJPEG PNG BMP FRAMESERVER
    (formats that can be compiled into blender, not available on all systems)
        HDR TIFF EXR MPEG AVICODEC QUICKTIME CINEON DPX
    -x <bool>   Set option to add the file extension to the end of the file.

Animation options:
  -a <file(s)>  Playback <file(s)>
    -p <sx> <sy>        Open with lower left corner at <sx>, <sy>
    -m          Read from disk (Don't buffer)

Window options:
  -w            Force opening with borders
  -p <sx> <sy> <w> <h>  Open with lower left corner at <sx>, <sy>
                        and width and height <w>, <h>

Game Engine specific options:
  -g fixedtime          Run on 50 hertz without dropping frames
  -g vertexarrays       Use Vertex Arrays for rendering (usually faster)
  -g noaudio            No audio in Game Engine
  -g nomipmap           No Texture Mipmapping
  -g linearmipmap       Linear Texture Mipmapping instead of Nearest (default)

Misc options:
  -d            Turn debugging on
  -noaudio      Disable audio on systems that support audio
  -h            Print this help text
  -y            Disable script links, use -Y to find out why its -y
  -P <filename> Run the given Python script (filename or Blender Text)
  -v            Print Blender version and exit


在我的linux下面blender只要一打开就是全屏的,导致最小化和切换窗口很麻烦,所以就加上-w选项启动,这样就出现窗口了。

SIGG