Siggraph 2010 Volumetrics Course

August 8th, 2010

Magnus Wrenninge has posted this years Siggraph Volumetrics Course on his website. This covers the volumetric tools used at Sony Pictures Imageworks, Dreamworks Animation,  Rhythm and Hues, Double Negative and used in SideFX Houdini. It includes details about modelling, simulating and rendering volumes. It also covers the FELT volumtric scripting language and SELMA (SEmi-LAgrangian MApping)  used at Rhythm and Hues, Field3d and Svea at Imageworks, and the DNB volumetric renderer at Double Negative.

Jupter Jazz has announced that the first license of their 3delight nuke plugin - Atomkraft - will be completely free. They have also revamped their website recently. Also Josh Burton has released Morpheus – an animation rig currently in free beta.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Siggraph 2010 News

July 29th, 2010

The big news from this year’s Siggraph is a new open source data interchange format called Alembic from Sony Pictures Imageworks and Industrial Light and Magic. Alembic is designed for transferring baked animated geometry from animation to lighting or vfx, and is based on HDF5 and boost and in C++ and Python.  Sony has also release OpenColor IO. This is a library for managing colour between different applications consistantly, and includes plugins for several popular graphics applications, and several reference profiles.

Also Disney Animation Studios has released a paper called Artist Friendly Hair Shading. This builds on the Marschner shading model, but gives it more artist friendly controls. It includes a pseudocode implementation.

VFX World has an article about the vfx Double Negative did for the film Inception, and there are trailers out for Harry Potter 7,  Tron: Legacy and Sucker Punch – which seems to try and get as many CG cliches as possible on screen at once!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

AIR 10 released

July 20th, 2010

Scott Iverson has recently released AIR 10. The new photometric lights, and approximate spectral rendering sound like they are worth checking out. This is the full list of new features:

  • 64bit Linux support
  • Unlimited threads
  • Stereo rendering which does not require modifying existing shaders.
  • Spectral colour rendering
  • Physical light sources which support IES profiles
  • User defined structs in RSL
  • Exporting outlines as vectors

Also Francois Lord has released an open source Python library called NukeProcess. This lets you write Python scripts to run Nuke from the command line. There are many people who miss this feature from Shake, so this should help plug the gap.

And finally I have recently changed jobs. I am now working at Dr D Studios in Sydney Australia after 8 years at Cinesite in London. The Australian Winter is a lot better than the London one!

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

AtomKraft

June 23rd, 2010

The guys at Jupiter Jazz have recently released AtomKraft. This is a  plugin for Nuke which lets you render directly with 3delight inside your compositing tree. This lets you the use a single application for lighting and compositing your shots- using a similar workflow to The Foundry’s Katana. AtomKraft is currently under closed beta – get in contact with them if you are interested. There are more details in the AtomKraft FAQ.

Also of interest is darktable. This is an open source photographic light table application, for organising and enhancing your photographs.Thanks to Moritz for the links.

Finally if you are in the area go and check out the Sci-Fi Airshow. It’s great to see that ILM vfx supervisor Bill George has been able to keep these machines flying! ;)

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Ptex and Open Shading Language released

January 20th, 2010

You wait for ages, then 2 open source vfx releases come along at the same time!

Disney Animation Studios’s 3d paint format and API Ptex is available to download.  Ptex avoids the need to UV complex meshes by saves out a set of texels for each face of a subdivision surface. These are independent, so it is possible to have different resolutions on adjacent faces. It does rely on adjacency information to filter across face boundaries, so you need to transfer your texture if mesh topology changes. I think it also only works if you have quadrilateral faces. Hopefully this will be picked up by the popular 3d paint packages soon – the author of 3D Coat has started experimenting with ptex.

And Sony Picture Imagework’s has released the first specification and code for Open Shading Language. This is a set of libraries and a compiler that can be used in any rendering engine, and will be used in SPI’s internal renderer – developed from Arnold. The language has been designed for raytracing from the start, and introduces the concept of radiance closures. These are functions that return a sampling pattern based on the material BRDF to the renderer. The renderer can then bundle coherent rays from several materials together to exploit raytracing caches better. Shaders can be linked in a similar fashion to coshaders, although the language does not define a scene description API (like RIB or mi) so the implementation is up to the renderer developer.

They also have some things which should have been added to RSL a long time ago such as more string tools, runtime determination of varying vs uniform variables, and arbitraryderivatives.  They also have an interesting approach to secondary outputs called Light Path Expressions. This uses regular expressions to express which ray types you want in your secondary image. This looks powerful, but also a bit intimidating.

There is a good introduction to OSL by the lead developer, Larry Gritz, and a story by fxguide here.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

New 3delight tools

January 5th, 2010

Dan Bethell and Johannes Saam released RmanConnect today. This is a RenderMan display driver and Nuke node which communicate over TCP/IP so that you can render directly into Nuke. This has been primarily been developed for 3Delight, but should work with other RenderMan renderers, such as Prman. The source code has been released under a BSD license. Also Libero Spagnolini has an impressive shader building tool called  Shaderlink available to download which is built around 3Delight and PyQT. 3Delight itself was recently updated to version 9.0 and 3delight for Maya to 5.0. Highlights include support for Maya 2010, an unlimited thread license, multi-camera rendering and RIB fragments – see all the changes in the changelog.

Also the openSourceVFX.org website opened recently. This is intended to be a central portal of open source VFX projects and is being run by Larry Gritz, Chad Dombrov and Philippe Leprince. their goals include listing and presenting valuable open-source projects for the VFX community and giving a voice to OS project leaders and VFX pros to promote their work and keep us updated.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

AIR 9, Aqsis 1.6, Interaction and point clouds

October 11th, 2009

Sitexgraphics’s AIR  9 was recently released. Vshade now has a toolbar option to reverse the graph flow and an option to use TweakAIR for interactive parameter tweaking, TweakAIR  can record a series of incremental changes to a scene, and  TweakAIR and BakeAIR can be used with a single AIR license. See the release notes for more details. Also a beta version of AIR Stream, a new Maya-to-AIR plug-in from developer Hai Nguyen, is available for testing by AIR users.

Also Aqsis 1.6 is now available. This includes many optimisation and performance enhancements, multiple layer support in the OpenEXR driver, and a Side Effects Houdini plugin. See the official announcement for more details.

Double Negative has released it’s first Open Source tool dnPtcViewerNode - a tool for viewing RenderMan point clouds (.ptc files) in OpenGL in Maya, written by Philippe Leprince and Michael Jones. This is only available as source for now, but has been compiled sucessfully against Pixar’s RenderManProserver, 3Delight and Maya 2010. Hal Bertram has an initial  release of his Interactive Tool for download. This is based on his 2005 Stupid RenderMan Interaction Trick.

Kevin Manners – one of the founders of TD College – has created FractureFX - a procedural, event-driven destruction plugin for Maya (2008 & 2009) which is currently being beta tested. There is a AutoDesk Siggraph MasterClass which demonstrates it’s capabilities. He also a book called Professional MEL Solutions for Production. 3D World magazine has a review here.

Finally, you can now paint on your iPhone using Autodesk Sketchbook. Other good painting apps for iPhone are Colors! and Brushes.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Sony Imageworks Open Source

July 30th, 2009

Rob Bredow, chief technology officer at Sony Imageworks, has announced that they are releasing several internal projects as open source. This includes Maya Reticle – a customizable display for Maya cameras, field3d – a voxel file format, pystring – a C++ library which brings Python like functionality to std::string and Scala Migrations for managing database schema.

Most interesting though is Open Shading Language which provides a shading language that can be embedded in many applications. This is being led by Larry Gritz (creator of BMRT, Entropy at Exluna and Gelato at nVidia). He is also involved in the open source OpenImageIO image library. This provides a simple interface for manipulating images and comes with some analysis tools.

Imageworks isn’t the only studio involved in releasing tools as open source – Rising Sun Pictures has releaseed PyShake - giving Python support in Shake, Affogato – a RenderMan exporter for XSI, Earth for tracking disk usage, and have contributed to Sun Grid Engine. (web sites seem to be currently down).

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

SiTex Graphics AIR 8 released

December 18th, 2008

Scot Iverson has recently released AIR 8, and a new demo is now available.This has several inovative features that you will not find in othr renderers. The main new feature is shader-based procedural modeling – here are the details:

AIR 8 has two new shader types for creating objects during rendering: a procedure shader that populates a bounding volume with new objects on-demand, and an instancer shader type that creates new objects based on properties of a parent object. AIR 8 ships with a sample procedure shader for growing trees and a companion instancer shader for placing trees that demonstrate the flexibility, control, and efficiency possible with these new shader types.

A more detailed description is included in the AIR 8 press release:

http://www.sitexgraphics.com/html/air_8_0_press_release.html

Other AIR news since the last update on RenderMania:

  • RhinoAIR, a Rhino-to-AIR plugin for Rhino 4
  • An extensive set of user notes and additional tools for rendering Massive crowds with AIR
  • Detailed information on using AIR with Houdini 9
[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tilt Shift Photography

November 25th, 2008

Here are some amazing example of Tilt Shift Photography. This uses a shift lense to get very shallow depth of field, so that real landscapes look like they are minatures. Keith Loutit has combined this technique with time lapse photography get some very impressive results around Sydney, Australia.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]