blog - www.bunker-design.com - contact - Sennep

Tuesday, 15 July 2008

Maya batch render log file filter

Maya batch rendering log files are very long, specially when you turn the verbosity level to 4 ( -v 4 ) to display the rendering times. Sometimes, all you want to know is the filename and time per frame of what you are rendering. Here is a little Python script I wrote to filter out just that. You end up with a file that contains only 2 lines per frame rendered, just like this:
Result: c:/my_project/my_file.mb
RC 0.2 info : wallclock 0:00:01.14 for rendering

Here is the Python :

# open source file
f = open('render1.txt', 'r')

# open output file ( if the file doesn't exist, create file )
o = open("out.txt", 'w')

# create an array to store all the lines for the output file
outList = []

# loop through each line
for line in f:
# split the line using the space character
split1 = line.split(" ")
# split the line using the colon character
split2 = line.split(":")
# test the number of words in the line ( if > 5 )
if len(split1) > 5:
# if line starts by "RC"
if split1[0] =="RC":
# if "wallclock" is found
if split1[7] =="wallclock":
# add to the output file Array
outList.append(line)

if split2[0] =="Result":
# add to the output file Array
outList.append(line)

# write the ouput file
o.write(''.join(outList))

# close both files
f.close
o.close

posted by Bunker Graphic Design at 04:36

Sunday, 15 June 2008

Houdini 9.5 beta

Hell, they never stop working! Toronto's mighty Side Effects just released Houdini 9.5 public beta. It's now available for the Mac platform as well, and it's fully 64bits, unlike Maya. I will be very soon starting a new blog entirely dedicated to my studies at Bournemouth NCCA. I will be including some tips, files, and comments on my research on Houdini, Shake, Nuke, PFTrack as well as some Ubuntu stuff...

Labels: 3d, houdini, software

posted by Bunker Graphic Design at 15:05

Nuke 5 review

An interesting review on Nuke5 from Highend3D.

posted by Bunker Graphic Design at 06:17

Thursday, 12 June 2008

JSFL

Not new at all, but still, not enough people talk about, and use JSFL ( Javascript for Flash ) which can save you hours if you're a bit old school and need to put thousand of images in the Library.
3 very handy Scripts for Flash

posted by Bunker Graphic Design at 18:22

Tuesday, 3 June 2008

Checkland plagiarism

Not as good as Checkland Kindleysides but still very funny indeed, eve images is a group of freelancers from Norway. They do some 3D architecture visualisation, but unfortunately, they are not too innovative in term of web design :)

posted by Bunker Graphic Design at 08:05

Monday, 2 June 2008

Gelato Pro for free

Nvidia's Gelato Pro GPU-Powered Rendering Software is now available to download for free. So you can install it now on a 64 Os ( the previous free release was only available for 32Bits systems ). Quick ambient occlusion for everyone ! well, as long as you have a Quadro FX card :) Some nice hardware accelerated renders in the gallery. Stay tuned for some review on Gelato...

posted by Bunker Graphic Design at 03:10

Tuesday, 27 May 2008

Bournemouth NCCA - MA Digital Effects

I'll be very busy for 12 months doing an MA in Digital Effects at Bournemouth NCCA ( starting this October ). That course involve intense use of Houdini and Nuke . You can see the showreel I submitted with my application - that involved the creation of a digital self portrait - that's why my 3D face is in it - oh dear ! :)

Labels: 3d, compositing, houdini

posted by Bunker Graphic Design at 04:33

Tuesday, 29 April 2008

Lidell live - Genius stroke freak


Youtube is shit, but thanks to Jamie Lidell it's worth watching. Amazing performance live

posted by Bunker Graphic Design at 17:39

Thursday, 17 April 2008


I am applying for an MA in Digital Effects / 3D Animation at Bournemouth University, so my showreel should be online very soon. Stay tuned ...

posted by Bunker Graphic Design at 06:56

Seymour Powell



Just finished that not too long ago at Sennep, Seymour Powell is a UK based product design agency. Sleek design by Lorenzo and flash build by Oli, and fullscreen 3D intro by myself. A bit of Global Illumination and Final Gathering in MentalRay going on there, and big resolution too: 1850 pixels wide.

Labels: 3d, flash, sennep, website

posted by Bunker Graphic Design at 01:34

Monday, 11 February 2008

PIXIE - Renderman compliant renderer

PIXIE is an open source Renderman® compliant renderer. It's free and there to be downloaded. Have fun with it :) and don't forget to give some feedback to the developers !

posted by Bunker Graphic Design at 05:05

Thursday, 13 December 2007

Nvidia acquires MentalRay



Nvidia just bought MentalRay ( available for Maya, Houdini, XSI, 3DSMax ) which is probably a good thing considering that any descent 3D workstations uses Nvidia's mighty Quadro FX GPUs. Also that could mean a serious improvement of the future releases of Nvidia's Gelato, the GPU accelerated rendering engine, which already support Ambient Occlusion, Global Illumination, Caustics, Motion Blur, Depth of Field, and many more features. Nvidia seems to have some serious plans with the release of Plex and Tesla multi-GPU units.

This is also extremely interesting considering that Nvidia just released the Triple-SLI for the GeForce 8800 GTX. Let's hope they will do the same with Professional Card. Also, don't miss amazing bargains on Quadro FX cards HERE ( international delivery available )

posted by Bunker Graphic Design at 13:26

Friday, 23 November 2007

SideFX Houdini Aprendice HD


Well done SideFX ! The new Houdini Apprentice HD is now available for $99. You can also download a free Learning edition ! Very nice !

posted by Bunker Graphic Design at 06:30

Monday, 8 October 2007

Realtime 3D textured plane rendering in Flash using Maya animation

I am working on a flash website that involves animating a pile of cards using Rigid Body Dynamics in Maya. Considering the amount of the animation and the number of cards, rendering as PNG sequences wasn't a viable option.

To save a lot of file size and painful frame by frame hand animations, I combined a MEL script that project a 3D point into a 2D space and a image distortion class found in the Sandy engine.
The result is a simple text file generated from Maya and then read into flash. The images on each cards are rendered in realtime using 4 points distortion (the faces are actually made out of 8 triangles for better display ).

I have also been working on a very simple OBJ file importer in Processing which is a lot more simple than the one done by Tatsuya SAITO . I will post the sources of these two very soon.

Labels: 2d, 3d, code, flash, processing

posted by Bunker Graphic Design at 12:13

Thursday, 27 September 2007

JazzMutant - Lemur


A lot better and more clever than the Tenori-On, the Lemur from JazzMutant is a dream: Multi touch screen with modular graphic interface and built-in 100BaseT interface. Bravo !

Labels: dj, interactive, mix, multitouch, music, vj

posted by Bunker Graphic Design at 14:17

Friday, 24 August 2007

CK on FWA

Checkland Kindleysides has been selected "site of the day" on the Favorite Website Awards for the 25 of August.

Labels: 3d, award, flash, interactive, paper, sennep, website

posted by Bunker Graphic Design at 02:17

Wednesday, 22 August 2007

Very Clever Image Resizing

Seam Carving for Content-Aware Image Resizing

posted by Bunker Graphic Design at 05:48

Sennep Norway trip

I just upgraded to a Flickr Pro Account. Now fullscreen slideshows! Here is the recent Sennep Norway Trip

posted by Bunker Graphic Design at 05:38

Wednesday, 15 August 2007

Physical Photoshop

And old link, but it's still nice: Physical Photoshop

Physical Photoshop

Labels: 3d, physical

posted by Bunker Graphic Design at 04:34

Friday, 10 August 2007

Power Google

Simple, clever, and good for the environment. Nice.
Have a look at Power Google. Another good thing about my site: it's already Black :)

posted by Bunker Graphic Design at 02:10

 RSS feed

Links

Previous Posts

  • Maya batch render log file filter
  • Houdini 9.5 beta
  • Nuke 5 review
  • JSFL
  • Checkland plagiarism
  • Gelato Pro for free
  • Bournemouth NCCA - MA Digital Effects
  • Lidell live - Genius stroke freak
  • I am applying for an MA in Digital Effects / 3D A...
  • Seymour Powell

Archives

  • <$BlogArchiveName$>