Sunday, September 20, 2015

Mudbox tips

Display a model without lights and shading
To turn on Flat Lighting do either of the following:
* From the main menu, select Display > Flat Lighting.
* Right-click an empty area of the 3D View and select Flat Lighting

Highlight problem areas on a mesh
To toggle the display of mesh error highlighting:
* Select Display > Mesh Errors from the main menu bar.

Sunday, May 24, 2015

local webgl

python 3:
python -m SimpleHTTPServer

python 2:
python -m http.server 8000

in browser:
http://localhost:8000

Thursday, May 14, 2015

import files dialog Maya (mel)

string $result[] = `fileDialog2 -fm 3 -ds 2 -cap "Choose Folder with Caches" -okc "Select"`;

$selected = `ls -sl`;

for ($node in $selected)
{
   string $geo[] = `select -r $node;`
   select -r $node;
   doImportCacheFile(($result[0] + "\\" + $node), "xmlcache", $geo[0], {});
}

Wednesday, April 29, 2015

3D Scans

Reconstructed model of 3D scan, base mesh created using Agisoft Photoscan. In general this program works very well, but some model was very challenging to fix errors. In this video I show model before and after I fixed and corrected issues. I created more than 300 model of photoreal 3D apparel and developed pipeline to automate some phases of 3D scan cleaning.

CG character for TV ad

Crazy squirrel

CG animated character created for anti-alcohol campaign ("squirrel" in Russia used in common expressions to relate to delirium tremens symptoms)

remastered version original version

vfx breakdown - film Gagarin (2012)

VFX breakdown of the film "Gagarin".
This film about the first man in space and we made a lot of full CG shots for that film.

vfx breakdown - film Eega (2012)

VFX breakdown of the film Eega (2012) Our studio made some shots for that Indian film.

vfx breakdown - film Metro (2012)

VFX breakdown of the film Metro.
I was responsible for Renderman shading pipeline, Nuke tools and Maya scripts developing.

Tuesday, April 28, 2015

Renderman glass shader tests (2010)

Renderman photoreal glass shader and advanced scripted Slim Template. Included trace individual ray or group of rays for debugging, dispersion, absorption, flexible ray depth control system and many other features.


http://www.renderman.pro

My showreel 2012

Technical Artist showreel 2012



Technical Artist showreel 2010