Sunday, March 13, 2011

Renderman RSL DSO Plugin for quering progress rendering

I tested the new RenderMan Interface Control lib for the getting progress rendering
in shader calculating environment. The new Ric API include function RtInt RicGetProgress()
for returns percentage progress of rendering.
I wrote the little DSO with float function returns progress during rendering:

Saturday, March 12, 2011

If Maya Python doesn't find your package


I am often faced with the problem - maya dont finded pakage modules
even path to the module present in PYTHONPATH environment variable.
And in feedback return something like this:
import  LightZeppelin
# Error: ImportError: line 1 of <maya console>: No module named LightZeppelin #
Early I solved this problem with

import sys
sys.path.append('myPath to package')
This is just work. But there is one more solution for this problem:

create your own *.pth file in $MAYA_LOCATION/lib/python2.6/site-packages directory

In my case - this is LightZeppelin.pth file contained one string - full path to DIRECTORY conteined "LightZeppelin" package.
This is very important. For example, if your pakage placed by /my_toolkit/my_subfolder/my_package 
then in *.pth Your must write:
/my_toolkit/my_subfolder/
And after this one maya python finded your "my_package" by
import my_package

Friday, February 4, 2011

HotOcean for MAYA 2010 Linux GCC 4.1

hotOcean_Maya2010_LinuxGCC4.1.zip
I recompile HotOcean For MAYA 2010 GCC 4.1
For using it needs installed the fftw3 libs. In OpenSuse 11.2 fftw3 coming with standart repository.

Wednesday, January 12, 2011

some errors in the shader code

I made some errors in the shader code
Firstly - I think it's better:
shader lights[] = getlights("category",Category);
than:
getvar(lights[i], "__category", __category);

        if(__category == Category) {
            push(categoryLights, lights[i]);
...............................
Secondly - to call the shaders in construt () method
- generally a bad idea if we want to use pixar relighting technology.
I think normally calling light co-shaders in lighting() method.

Friday, December 3, 2010

Wednesday, October 20, 2010

Little Shell Scripting

1. Converting all .tif in directory to .tex files
name: convert_tif_tex.sh
content:
#!/bin/bash
for i in *.tif; do txmake -mode periodic -verbose "$i" "${i%.tif}.tex"; done

2. Downscaling geometry size all .tif files to 25% of original images. 
It making by "mogrify" utility - the part of ImageMagick pack.
name : mogrify_25prct_tif.sh
content:
#!/bin/bash
for i in *.tif; do mogrify -geometry 25% "$i" ; done

3. Converting .ui files from QTDesigner to PyQt .py 
name: ui2py.sh
content:
#!/bin/bash
name=`basename $1 .ui`
echo "------- $name ------"
pyuic4 ./$1 -o ./$name.py

Step By Step Pixar Style Eyes Shader. Comming Soon.

Monday, October 18, 2010

Name Surface shader in Slim

This is example code from my old "SLO_Inspector" utility.

Monday, July 12, 2010

Monday, July 5, 2010

Saturday, July 3, 2010

Compiling the HotOcean deformer for the MAYA2008



This is operation i use for compiling HotOcean plugin writed by Igor Žanić
source code of HotOcean located: http://sites.google.com/site/igorvfxsite/igorfx

Tuesday, June 29, 2010

Musion Box on AtomExpo2010


Testing Musion Box in Rosatom Exposition. It is to be regretted that dust accumulated on musion film.

Monday, June 28, 2010

Wednesday, May 12, 2010

tickets to the moon

Utility for assembling exrs cropped images after prman crop render. This tool like "tiffjoin" from prman toolkit, but my "exr_join" assembling multy-channel exrs generally rendered to secondary display.

Tuesday, April 27, 2010

Fading Of Dream

I recently faced problem of converting huge pointclouds in brickmaps. So I wrote litle utility to decrease density points in ptc.




























Certainly this is bad subdiv based on poligon with multivalent vertices. But it is good to show conversion to pointclouds.

Wednesday, March 31, 2010

CoolIris

I think among a galore firefox plugins, the CoolIris really shiny dimond :)
It power tool for finding images across primary search-engines. Modern design and usability do searching really fascinating.

Thursday, March 11, 2010

Oh Suse

 
I waiting a long time for the stable versions Suse11. And now I say - "Hello 11.2, but - Dont Goodbay 10.3" 

Friday, February 12, 2010

Cylon Render

 
 "The Cylons were created by man, they rebelled, they evolved. They look and feel human. Some are programmed to think they are human. There are many copies and they have a plan."

Atmosphere








Managment System developed last year by me and Andrew Chernysh
is rebranded!

Wednesday, February 10, 2010

Friday, February 5, 2010

Render pipeline prerealised. This is part of big animation pipeline.

Friday, January 22, 2010

Friday, November 27, 2009

"stupid modelling tricks"

Sometime I keen regret for lack of Big Gun - when in Shading Department come up scenes like this!

Wednesday, November 25, 2009

MOON


Perfect movie - by Duncan Jones and music by Clint Mansell
http://www.imdb.com/title/tt1182345/

Main Control Room In Frogs Space Ship


Untitled from DaVinci on Vimeo.