CVS: what’s going on

New node types in CVSTwo new node types made their way through the Bf repository, Vector Blur and Time:

the first one is what will replace the actual Motion blur functionality, using the power of the new pass rendering system (partially disabled and actually under active development) the direction and velocity of objects in a scene can be stored in the rendering buffer, feeding the Vector Blur node with those information will enable us to render motion blur in a fast and easy-to-adjust way (at the time of writing Vector Blur node was fixed and now works the way it should); Time node brings curve-driven animatable parameters in the node compositing system enabling effects such as animated Depth of Field.

From the Patch tracker side come two little jewels that will be merged for sure / are being merged:

  • The Array modifier (stackable), finally a real tool for parametrical cloning needs
  • A sequence editor fix that will enable Blender to be employed in the post-production of long video sequences (the patch’s author succeded producing a 2 hour long video!)

Moreover the scons build system is going through a full rewrite, the source of four sequence plugins has been added to the release folder in the repository (color correction hsv, color correction yuv, gamma and dynamic noise reduction, the latter inherited by the VirtualDub’s filter with the same name), five new scripts were put in the bundle (uv relax, uv copy, uv from adjacent, updated 3ds import, updated obj import) and ffmpeg functionalities are being implemented (this will fix the limited codec support under Linux).

So stop reading and go for one of the available development builds to play with ;-)

Federico “Lox” Lucignano

Advertisement