pinger

    Thursday, December 4, 2008

    Wednesday, September 10, 2008

    some new photos with kimono


    nice reflections ( i do clean the floor)

    head in a box ;]

    this one looks great like real

    all imgs are hdri's

    Saturday, June 28, 2008

    Tuesday, January 22, 2008

    CG sphere


    a sphere modeled in blender rendered in indigo /postpro in VioletToneMapper and gimp (214 samples/pixel) ~5h of rendering

    Saturday, December 29, 2007

    Friday, October 5, 2007

    Sunday, September 30, 2007

    new linux new live new desktop


    well this desktop is for Lain and CoplandOS freaks and geeks ;] wallpaper bg made by me gkrellm is a remake from Copland by lain at nethere dot com
    bb style by me

    hadr drive crash !!!

    its good i make some ftp backups ;] but my cute eiko is gone :(

    Monday, July 9, 2007

    Thursday, July 5, 2007

    Good news for blackbox and blender users(Maya too)

    i know that when you use alt key and you want to rotate view it moves you window and that keeped me angry then someone said that its hard coded cad can't be changed ..
    well i did get the blackbox source and compiled it but this time i changed
    in file blackbox-0.70.1/src/Window.cc
    ----------

    if (hasWindowFunction(WindowFunctionMove))
    blackbox->grabButton(Button1, Mod4Mask, frame.window, True, <<< from Mod1Mask
    ButtonReleaseMask | ButtonMotionMask, GrabModeAsync,
    GrabModeAsync, frame.window,
    blackbox->resource().cursors().move,
    blackbox->resource().allowScrollLock());
    if (hasWindowFunction(WindowFunctionResize))
    blackbox->grabButton(Button1, Mod4Mask, frame.window, True, <<< from Mod1Mask
    ButtonReleaseMask | ButtonMotionMask, GrabModeAsync,
    GrabModeAsync, frame.window,
    None, blackbox->resource().allowScrollLock());
    ....

    void BlackboxWindow::ungrabButtons(void) {
    blackbox->ungrabButton(Button1, 0, frame.plate);
    blackbox->ungrabButton(Button1, Mod4Mask, frame.window); <<< from Mod1Mask
    blackbox->ungrabButton(Button2, Mod4Mask, frame.window); <<< from Mod1Mask


    and compiled that did work windows can now be move with win key (Mod4) but somehow window resize don't works only when you go with the mouse on the border of window

    hope that will help someone .if your to lazy tocompile here is a compiled blackbox binary gzipedjust replace with orginal in /usr/bin
    i didn't check that on my PC but its copy of my file so you have been warned !
    http://chomikuj.pl/migero/blackbox.gz

    Blender simple walk cycle for eiko to come

    made in about 15 min