<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>openSourceVFX.org &#187; maya</title>
	<atom:link href="http://opensourcevfx.org/tag/maya/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourcevfx.org</link>
	<description>A directory of Open-Source projects for the VFX community</description>
	<lastBuildDate>Wed, 23 Nov 2011 10:42:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Alembic</title>
		<link>http://opensourcevfx.org/2011/08/alembic/</link>
		<comments>http://opensourcevfx.org/2011/08/alembic/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 09:00:04 +0000</pubDate>
		<dc:creator>Rob Bredow</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[file format]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[katana]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[modo]]></category>
		<category><![CDATA[nuke]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=588</guid>
		<description><![CDATA[Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation&#8217; of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data. Alembic is focused on efficiently storing the computed results of complex [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://alembic.io/'>http://alembic.io/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/alembic/'>http://code.google.com/p/alembic/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD License<br/><strong>Sponsor</strong>: Sony Pictures Imageworks, Lucasfilm<br/></p>]]></description>
			<content:encoded><![CDATA[<p>Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This ‘distillation&#8217; of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.</p>
<p>Alembic is focused on efficiently storing the computed results of complex procedural geometric constructions. It is very specifically NOT concerned with storing the complex dependency graph of procedural tools used to create the computed results. For example, Alembic will efficiently store the animated vertex positions and animated transforms that result from an arbitrarily complex animation and simulation process which could involve enveloping, corrective shapes, volume-preserving simulations, cloth and flesh simulations, and so on. Alembic will not attempt to store a representation of the network of computations (rigs, basically) which are required to produce the final, animated vertex positions and animated transforms.</p>
<p>The production ready version of Alembic 1.0 was announced at Siggraph 2011 and released on August 9th, 2011 by Lucasfilm and Sony Pictures Imageworks with support from major vendors including Autodesk, Side Effects Software, The Foundry, Luxology, Pixar&#8217;s Renderman and NVidia.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://alembic.io/'>http://alembic.io/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/alembic/'>http://code.google.com/p/alembic/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD License<br/><strong>Sponsor</strong>: Sony Pictures Imageworks, Lucasfilm<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2011/08/alembic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partio</title>
		<link>http://opensourcevfx.org/2011/02/partio/</link>
		<comments>http://opensourcevfx.org/2011/02/partio/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 16:08:14 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[houdini]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[pointClouds]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=578</guid>
		<description><![CDATA[Particles are an important part of effects work, because they allow free-form information in 3D space. Unfortunately, there is no standard format for particles akin to Wavefront .obj. Most animation systems have their own proprietary particle formats. For example Maya uses the binary and ascii particle database formats .pdb and .pda file formats. Houdini uses [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/partio.html'>http://www.disneyanimation.com/technology/partio.html</a><br/><strong>Project Page</strong>: <a href='https://github.com/wdas/partio'>https://github.com/wdas/partio</a><br/><strong>Language</strong>: C++ Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD<br/><strong>Sponsor</strong>: Walt Disney Animation Studios<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Particles are an important part of effects work, because they allow free-form information in 3D space. Unfortunately, there is no standard format for particles akin to Wavefront .obj.  Most animation systems have their own proprietary particle formats. For example Maya uses the binary and ascii particle database formats .pdb and .pda file formats. Houdini uses the .geo and .bgeo geometry uber formats. Renderers typically have their own point cloud format such as RenderMan&#8217;s PTC format and Houdini&#8217;s .pc.  All of these formats share a common theme. They allow particles to be iterated or indexed and associate a customizable set of attributes with them. The goal of Partio is to provide a unified interface akin to unified image libraries that makes it easier to load, save, and manipulate particle files.</p>
<p style="text-align: justify;">

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.disneyanimation.com/technology/partio.html'>http://www.disneyanimation.com/technology/partio.html</a><br/><strong>Project Page</strong>: <a href='https://github.com/wdas/partio'>https://github.com/wdas/partio</a><br/><strong>Language</strong>: C++ Python<br/><strong>Platform</strong>: Linux, OSX, Windows<br/><strong>License</strong>: New BSD<br/><strong>Sponsor</strong>: Walt Disney Animation Studios<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2011/02/partio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenPipeline</title>
		<link>http://opensourcevfx.org/2010/01/openpipeline/</link>
		<comments>http://opensourcevfx.org/2010/01/openpipeline/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:13:57 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=396</guid>
		<description><![CDATA[openPipeline is an open source framework for managing animation production data and workflow. Its first implementation is a MEL-based plug-in for Autodesk Maya that handles specific aspects of production: automatic directory structures, file naming conventions, revision control, and modularity that makes multi-artist workflows possible. Home Page: http://kickstand.tv/openpipeline/openpipeline-information/Project Page: http://openpipeline.cc/Language: MELPlatform: Linux, Windows, OS XLicense: Common [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://kickstand.tv/openpipeline/openpipeline-information/'>http://kickstand.tv/openpipeline/openpipeline-information/</a><br/><strong>Project Page</strong>: <a href='http://openpipeline.cc/'>http://openpipeline.cc/</a><br/><strong>Language</strong>: MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=307">Common Public License 1.0</a><br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">openPipeline is an open source framework for managing animation production data and workflow. Its first implementation is a MEL-based plug-in for Autodesk Maya that handles specific aspects of production: automatic directory structures, file naming conventions, revision control, and modularity that makes multi-artist workflows possible.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://kickstand.tv/openpipeline/openpipeline-information/'>http://kickstand.tv/openpipeline/openpipeline-information/</a><br/><strong>Project Page</strong>: <a href='http://openpipeline.cc/'>http://openpipeline.cc/</a><br/><strong>Language</strong>: MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=307">Common Public License 1.0</a><br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/openpipeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DrQueue</title>
		<link>http://opensourcevfx.org/2010/01/drqueue/</link>
		<comments>http://opensourcevfx.org/2010/01/drqueue/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 22:39:34 +0000</pubDate>
		<dc:creator>jeppewalther</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[pipeline]]></category>
		<category><![CDATA[render queue]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=352</guid>
		<description><![CDATA[DrQueue started as an application to provide distributed render queueing and management services for rendering animations. The generic service DrQueue provides allows the distribution, monitoring and management of tasks across a network of computing nodes. A queue of jobs composing of a number of tasks are spread over the computing nodes and processed in parallel. [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.drqueue.org'>http://www.drqueue.org</a><br/><strong>Project Page</strong>: <a href='https://ssl.drqueue.org/project'>https://ssl.drqueue.org/project</a><br/><strong>Language</strong>: c++<br/><strong>Platform</strong>: Linux, Mac OSX, Irix, FreeBSD and Windows<br/><strong>License</strong>: ﻿GNU GPL Version 3<br/></p>]]></description>
			<content:encoded><![CDATA[<p>DrQueue started as an application to provide distributed render queueing and management services for rendering animations.</p>
<p>The generic service DrQueue provides allows the distribution, monitoring and management of tasks across a network of computing nodes. A queue of jobs composing of a number of tasks are spread over the computing nodes and processed in parallel.<span id="more-352"></span></p>
<p>DrQueue started as an application to provide distributed render queueing and management services for rendering animations.<br />
The generic service DrQueue provides allows the distribution, monitoring and management of tasks across a network of computing nodes. A queue of jobs composing of a number of tasks are spread over the computing nodes and processed in parallel.</p>
<p><strong>Supported Renderers and Batch Processors</strong></p>
<p>So far DrQueue supports 3Delight, 3DSMax, After Effects, Aqsis, Blender, BMRT, Cinema 4D, Lightwave, Luxrender, Mantra, Maya, Mental Ray, Nuke, Pixie, Shake, Terragen, Turtle, V-Ray and XSI.</p>
<p><a href="https://ssl.drqueue.org/project/wiki/PythonBindingsHowto">Python bindings</a></p>
<p><a href="https://ssl.drqueue.org/project/wiki/RubyBindingsHowto">Ruby bindings</a></p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.drqueue.org'>http://www.drqueue.org</a><br/><strong>Project Page</strong>: <a href='https://ssl.drqueue.org/project'>https://ssl.drqueue.org/project</a><br/><strong>Language</strong>: c++<br/><strong>Platform</strong>: Linux, Mac OSX, Irix, FreeBSD and Windows<br/><strong>License</strong>: ﻿GNU GPL Version 3<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/drqueue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyMEL</title>
		<link>http://opensourcevfx.org/2010/01/pymel/</link>
		<comments>http://opensourcevfx.org/2010/01/pymel/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 06:52:05 +0000</pubDate>
		<dc:creator>jeppewalther</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=231</guid>
		<description><![CDATA[PyMEL makes python scripting in Maya work the way it should.  Maya&#8217;s command module is a direct translation of MEL commands into python functions. The result is awkward and &#8220;unpythonic&#8221; code which does not take advantage of python&#8217;s flexible, object-oriented design.  The python-wrapped C++ API is powerful and object-oriented, but it&#8217;s too cryptic and verbose [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://code.google.com/p/pymel/'>http://code.google.com/p/pymel/</a><br/><strong>Language</strong>: python<br/><strong>Platform</strong>: windows, osx, linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Luma Pictures<br/></p>]]></description>
			<content:encoded><![CDATA[<p>PyMEL makes python scripting in Maya work the way it should.  Maya&#8217;s command module is a direct translation of MEL commands into python functions. The result is awkward and &#8220;unpythonic&#8221; code which does not take advantage of python&#8217;s flexible, object-oriented design.  The python-wrapped C++ API is powerful and object-oriented, but it&#8217;s too cryptic and verbose for everyday tasks. Using these modules as building blocks, PyMEL forges a new object-oriented API that&#8217;s as powerful and easy to use as python is.</p>
<p><strong>Project Goals</strong></p>
<div id="_mcePaste">
<ul>
<li>Create an open-source python module for Maya that is intuitive to MEL users and python users alike</li>
<li>Fix bugs and design limitations in Maya&#8217;s python modues, maya.cmds and maya.mel</li>
<li>Keep code concise and readable</li>
<li>Add organization through class hierarchy and sub-modules</li>
<li>Provide documentation accessible via html and the builtin help() function</li>
<li>Make it &#8220;just work&#8221;</li>
</ul>
</div>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://code.google.com/p/pymel/'>http://code.google.com/p/pymel/</a><br/><strong>Language</strong>: python<br/><strong>Platform</strong>: windows, osx, linux<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Luma Pictures<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/pymel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bullet Physics</title>
		<link>http://opensourcevfx.org/2010/01/bullet-physics/</link>
		<comments>http://opensourcevfx.org/2010/01/bullet-physics/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:00:28 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[dynamics]]></category>
		<category><![CDATA[houdini]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[openCL]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=166</guid>
		<description><![CDATA[Bullet 3D Game Multiphysics Library provides state of the art collision detection, soft body and rigid body dynamics. Used by many game companies in AAA titles on Playstation 3, XBox 360, Nintendo Wii, PC and iPhone Modular extendible C++ design with hot-swap of most components Optimized back-ends for pthreads/Win32 Threads multi-threading and PS3 Cell SPU [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://bulletphysics.org/'>http://bulletphysics.org/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/bullet/'>http://code.google.com/p/bullet/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/zlib-license.php">ZLib License</a>, free for commercial use.<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Bullet 3D Game Multiphysics Library provides state of the art collision detection, soft body and rigid body dynamics.</p>
<ul>
<li style="text-align: justify;">Used by many game companies in AAA titles on Playstation 3, XBox 360, Nintendo Wii, PC and iPhone</li>
<li style="text-align: justify;">Modular extendible C++ design with hot-swap of most components</li>
<li style="text-align: justify;">Optimized back-ends for pthreads/Win32 Threads multi-threading and PS3 Cell SPU</li>
<li style="text-align: justify;">Preparation for OpenCL data parallel optimizations for upcoming Bullet 3.x</li>
<li style="text-align: justify;">Discrete and continuous collision detection (CCD)</li>
<li style="text-align: justify;">Swept collision queries</li>
<li style="text-align: justify;">Ray casting with custom collision filtering</li>
<li style="text-align: justify;">Generic convex support (using GJK), capsule, cylinder, cone, sphere, box and non-convex triangle meshes.<span id="more-166"></span></li>
</ul>
<ul>
<li style="text-align: justify;">Rigid body dynamics including constraint solvers, generic constraints, ragdolls, hinge, ball-socket</li>
<li style="text-align: justify;">Support for constraint limits and motors</li>
<li style="text-align: justify;">Soft body support including cloth, rope and deformable</li>
<li style="text-align: justify;">Bullet is integrated into Cinema 4D, Lightwave and Blender, and a Houdini and Maya Plugin is available</li>
<li style="text-align: justify;">Supports import and export into COLLADA 1.4 Physics format</li>
<li style="text-align: justify;">Support for dynamic deformation of non-convex triangle meshes, by refitting the acceleration structures</li>
</ul>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://bulletphysics.org/'>http://bulletphysics.org/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/bullet/'>http://code.google.com/p/bullet/</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/zlib-license.php">ZLib License</a>, free for commercial use.<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/bullet-physics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maya Reticle</title>
		<link>http://opensourcevfx.org/2010/01/maya-reticle/</link>
		<comments>http://opensourcevfx.org/2010/01/maya-reticle/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 10:47:54 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[openGL]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=125</guid>
		<description><![CDATA[Originally developed at Sony Pictures Imageworks, spReticleLoc is a Maya C++ plugin plus MEL code which creates a reticle for a camera. It allows for various camera reference masks to be displayed when looking through the camera, such as filmback, projection gate, and pan and scan attributes. The value of predefined parameters can be displayed [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.imageworks.com/?p=mayareticle'>http://opensource.imageworks.com/?p=mayareticle</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/imageworks-maya-reticle/'>http://code.google.com/p/imageworks-maya-reticle/</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Windows, Linux, OSX<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Sony Imageworks<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Originally developed at <a href="http://www.imageworks.com/">Sony Pictures Imageworks</a>, spReticleLoc is a Maya C++ plugin plus MEL code which creates a reticle for a camera. It allows for various camera reference masks to be displayed when looking through the camera, such as filmback, projection gate, and pan and scan attributes.<span id="more-125"></span></p>
<p style="text-align: justify;">The value of predefined parameters can be displayed in selectable areas, such as the camera focal length and name, current aspect ratio; frame number, name of the show and shot, Maya scene file name, current user name, etc. Finally, arbitrary textural information can be displayed as well.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.imageworks.com/?p=mayareticle'>http://opensource.imageworks.com/?p=mayareticle</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/imageworks-maya-reticle/'>http://code.google.com/p/imageworks-maya-reticle/</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Windows, Linux, OSX<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a><br/><strong>Sponsor</strong>: Sony Imageworks<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/maya-reticle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CgKit</title>
		<link>http://opensourcevfx.org/2010/01/cgkit/</link>
		<comments>http://opensourcevfx.org/2010/01/cgkit/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:43:02 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[openGL]]></category>
		<category><![CDATA[pointClouds]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=116</guid>
		<description><![CDATA[The Python Computer Graphics Kit is an Open Source software package containing a collection of Python modules, plugins and utilities that are meant to be useful for any domain where you have to deal with 3D data of any kind, be it for visualization, creating photorealistic images, Virtual Reality or even games. Currently, the entire [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://cgkit.sourceforge.net/'>http://cgkit.sourceforge.net/</a><br/><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/cgkit/'>http://sourceforge.net/projects/cgkit/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-license.php" target="_blank">GPL</a>, <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">LGPL</a>, <a href="http://www.opensource.org/licenses/mozilla1.1.php" target="_blank">MPL1.1</a><br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Python Computer Graphics Kit is an Open Source  software package containing a collection of Python modules, plugins and utilities that are meant to be useful for any domain where you have to deal with 3D data of any kind, be it for visualization, creating photorealistic images, Virtual Reality or even games. <span id="more-116"></span></p>
<p>Currently, the entire kit consists of the following  parts:</p>
<ul>
<li>The Python package cgkit that extends Python with 3D-related functionality.</li>
<li>The Maya plugin sourcepy that integrates the Python interpreter into Maya, and the accompanying Python package maya that makes Maya functionality available in Python.</li>
<li>A collection of small stand-alone utilities written in Python, MEL or MaxScript.</li>
</ul>
<h3>cgkit features:</h3>
<ul>
<li>New 3D data types such as vec3, vec4, mat3, mat4 and quat</li>
<li>Contains a Python binding of Pixar&#8217;s RenderMan API</li>
<li>Provides access to specialized input hardware such as SpaceMouse/SpaceBall, data glove or tablet via wrappers around the 3DxWare <a name="intro"></a><a href="http://www.3dconnexion.com/">3Dconnexion</a>, the Wintab Developer Kit by <a href="http://www.pointing.com/">LCS/Telegraphics</a> and the Data Glove SDK by <a href="http://www.5dt.com/">Fifth Dimension Technologies</a>.</li>
<li>Additional 3D utility functions such as various noises or the functions found in the RenderMan Shading Language</li>
<li>Parse RenderMan shader source files to extract shader parameters</li>
<li>3D data can be stored and manipulated in memory</li>
<li>Imports 3DS, VRML, X3D, OBJ, OFF, IFS, STL, PLY, MA, ASF/AMC, BVH (using the following libraries: <a href="http://lib3ds.sourceforge.net/">lib3ds</a>, <a href="http://www.cybergarage.org/vrml/cx3d/cx3dcc/index.html">CyberX3D</a>, <a href="http://www.cs.princeton.edu/~diego/professional/rply/">RPly</a>)</li>
<li>Exports RIB (shaders are generated on-the-fly), OBJ, OFF, PLY</li>
<li>Turns Python into a scene description language which can define scenes that can then be rendered with RenderMan or OpenGL.</li>
<li>Interactive OpenGL viewer tool</li>
<li>OpenGL stereo output (vertical split or quad buffer)</li>
<li>Offline render tool that feeds a RenderMan renderer, can also be used to bake texture maps</li>
<li>Connect arbitrary attributes of the same type to create animations</li>
<li>Rigid body dynamics via the <a href="http://www.ode.org/">Open Dynamics Engine</a></li>
<li>Extensible via regular modules or plugins</li>
</ul>
<h3>Python/Maya features:</h3>
<ul>
<li>Integrates the Python interpreter into Maya by providing two new  MEL commands        <tt>py</tt> and <tt>pySource</tt> that can execute Python source  code.</li>
<li>Provides dynamic Python wrappers around all MEL commands  found in Maya.</li>
<li>Provides new convenience classes for creating GUIs</li>
<li>Exposes the Maya C++ SDK to Python</li>
<li>Allows writing plug-ins in Python</li>
</ul>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://cgkit.sourceforge.net/'>http://cgkit.sourceforge.net/</a><br/><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/cgkit/'>http://sourceforge.net/projects/cgkit/</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-license.php" target="_blank">GPL</a>, <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">LGPL</a>, <a href="http://www.opensource.org/licenses/mozilla1.1.php" target="_blank">MPL1.1</a><br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/cgkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiquidMaya</title>
		<link>http://opensourcevfx.org/2010/01/liquidmaya/</link>
		<comments>http://opensourcevfx.org/2010/01/liquidmaya/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:05:57 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=55</guid>
		<description><![CDATA[Liquid is a tool for translating Maya scenes into another renderer&#8217;s scene description. Various RenderMan-compliant renderers are supported : PrMan, 3Delight, Air, Pixie, and Aqsis. Project Page: http://sourceforge.net/projects/liquidmaya/Language: C++, MELPlatform: Linux, Windows, OS XLicense: Mozilla Public LicenseSponsor: Weta
<p class='projectfields'><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/liquidmaya/'>http://sourceforge.net/projects/liquidmaya/</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/mozilla1.1.php">Mozilla Public License</a><br/><strong>Sponsor</strong>: Weta<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Liquid is a tool for translating Maya scenes into another renderer&#8217;s scene description. Various RenderMan-compliant renderers are supported : PrMan, 3Delight, Air, Pixie, and Aqsis.</p>

<p class='projectfields'><strong>Project Page</strong>: <a href='http://sourceforge.net/projects/liquidmaya/'>http://sourceforge.net/projects/liquidmaya/</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/mozilla1.1.php">Mozilla Public License</a><br/><strong>Sponsor</strong>: Weta<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/liquidmaya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTO</title>
		<link>http://opensourcevfx.org/2010/01/gto/</link>
		<comments>http://opensourcevfx.org/2010/01/gto/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 19:53:36 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[file format]]></category>
		<category><![CDATA[houdini]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[obj]]></category>
		<category><![CDATA[particles]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=51</guid>
		<description><![CDATA[GTO is an open source file format designed for computer graphics. It was developed by Tweak Films to serve as the core storageformat for our geometry and rendering pipeline. GTO is used by VFX and animation facilities, post-houses, and game developers for a wide variety of applications. It&#8217;s small size and versatility make it useful for animation, modeling, particle dynamics and 3D [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.tweakfilms.com/products/open-source-software/gto'>http://www.tweakfilms.com/products/open-source-software/gto</a><br/><strong>Project Page</strong>: <a href='http://github.com/jimhourihan/gto'>http://github.com/jimhourihan/gto</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X, etc<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-2.0.php">GNU Library General Public License</a> with exceptions for static linking.<br/><strong>Sponsor</strong>: Tweak Films<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">GTO is an open source file format designed for computer graphics. It was developed by <a href="http://www.tweakfilms.com/" target="_blank">Tweak Films</a> to serve as the core storageformat for our geometry and rendering pipeline. GTO is used by VFX and animation facilities, post-houses, and game developers for a wide variety of applications. It&#8217;s small size and versatility make it useful for animation, modeling, particle dynamics and 3D paint. It can be used to replace file formats such as PDB/PDC, obj, and binary RIB.<span id="more-51"></span><br />
At heart GTO is just a clean and optimal way of storing large, named, and organized arrays of binary data (although there is a text version of the file too). GTO naturally lends itself to a &#8220;least common denominator&#8221; role between computer graphics applications. The storage mechanism and the data layout are independent, so that the format can be easily adopted without regard to how the format is used by any particular application. The GTO library has bindings in C++ and Python making it relatively easy to develop custom tools to read, write and manipulate GTO files.</p>
<p style="text-align: justify;">The GTO library includes the low-level reader and writer classes, a slightly higher level raw data reader/writer, and source code for a Maya scene and particle export, particle display, a Maya deformer to use GTO as a geometry cache, Houdini plug-ins, a number of command line tools, a Wavefront .obj parser (for a command line converter), and a Python module for reading and writing GTO files. The GTO reader/writer and tools have been tested thoroughly in feature film and game production on GNU/Linux and OSX as well as Windows XP, Vista, and 2000. GTO is also used as part of Tweak Software&#8217;s commercial products.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://www.tweakfilms.com/products/open-source-software/gto'>http://www.tweakfilms.com/products/open-source-software/gto</a><br/><strong>Project Page</strong>: <a href='http://github.com/jimhourihan/gto'>http://github.com/jimhourihan/gto</a><br/><strong>Language</strong>: C++<br/><strong>Platform</strong>: Linux, Windows, OS X, etc<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/gpl-2.0.php">GNU Library General Public License</a> with exceptions for static linking.<br/><strong>Sponsor</strong>: Tweak Films<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/gto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dnPtcViewerNode</title>
		<link>http://opensourcevfx.org/2010/01/dnptcviewernode/</link>
		<comments>http://opensourcevfx.org/2010/01/dnptcviewernode/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:52:58 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[openGL]]></category>
		<category><![CDATA[pointClouds]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/?p=27</guid>
		<description><![CDATA[An Autodesk Maya locator to visualize point clouds generated by Pixar’s PhotoRealistic RenderMan or 3Delight. This plugin was developed by Double Negative Visual Effects. Home Page: http://dneg.github.com/dnPtcViewerNode/Project Page: http://github.com/dneg/dnPtcViewerNodeLanguage: C++, MELPlatform: Linux OSX WindowsLicense: BSD v3Sponsor: Double Negative
<p class='projectfields'><strong>Home Page</strong>: <a href='http://dneg.github.com/dnPtcViewerNode/'>http://dneg.github.com/dnPtcViewerNode/</a><br/><strong>Project Page</strong>: <a href='http://github.com/dneg/dnPtcViewerNode'>http://github.com/dneg/dnPtcViewerNode</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Linux OSX Windows<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">BSD v3</a><br/><strong>Sponsor</strong>: Double Negative<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">An Autodesk Maya locator to visualize point clouds generated by Pixar’s PhotoRealistic RenderMan or 3Delight. This plugin was developed by <a href="http://www.dneg.com/">Double Negative Visual Effects</a>.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://dneg.github.com/dnPtcViewerNode/'>http://dneg.github.com/dnPtcViewerNode/</a><br/><strong>Project Page</strong>: <a href='http://github.com/dneg/dnPtcViewerNode'>http://github.com/dneg/dnPtcViewerNode</a><br/><strong>Language</strong>: C++, MEL<br/><strong>Platform</strong>: Linux OSX Windows<br/><strong>License</strong>: <a href="http://www.opensource.org/licenses/bsd-license.php">BSD v3</a><br/><strong>Sponsor</strong>: Double Negative<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2010/01/dnptcviewernode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cortex</title>
		<link>http://opensourcevfx.org/2009/12/cortex/</link>
		<comments>http://opensourcevfx.org/2009/12/cortex/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:40:21 +0000</pubDate>
		<dc:creator>Philippe Leprince</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[nuke]]></category>
		<category><![CDATA[openGL]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[renderman]]></category>

		<guid isPermaLink="false">http://opensourcevfx.org/2009/12/cortex/</guid>
		<description><![CDATA[The Cortex project aims to provide a set of high quality C++ libraries and Python modules tailored for software development in the visual effects industry. Rather than producing end user tools, the project focuses on creating a reusable set of modules of use to TDs and programmers in a broad range of scenarios &#8211; allowing [...]
<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.image-engine.com/'>http://opensource.image-engine.com/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/cortex-vfx'>http://code.google.com/p/cortex-vfx</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php" target="_blank">New BSD License</a><br/><strong>Sponsor</strong>: Image Engine<br/></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The <a href="http://code.google.com/p/cortex-vfx/">Cortex project</a> aims to provide a set of high quality C++ libraries and Python modules tailored for software development in the visual effects industry. Rather than producing end user tools, the project focuses on creating a reusable set of modules of use to TDs and programmers in a broad range of scenarios &#8211; allowing them to focus on the more interesting or innovative aspects of development.<span id="more-18"></span></p>
<p style="text-align: justify;">Originally the brainchild of Andrew Chapman, the Cortex project is now being developed around the IECore library developed in house at <a href="http://www.image-engine.com/">Image Engine</a> and subsequently released as open source. Initially, Image Engine are providing the core library and Python bindings, along with their RenderMan, Maya, OpenGL, and Nuke support libraries.</p>
<p style="text-align: justify;">It is hoped that the Cortex project will attract contributions from the wider visual effects community, and grow to provide a rich set of functionality and support for further 3rd party applications.</p>

<p class='projectfields'><strong>Home Page</strong>: <a href='http://opensource.image-engine.com/'>http://opensource.image-engine.com/</a><br/><strong>Project Page</strong>: <a href='http://code.google.com/p/cortex-vfx'>http://code.google.com/p/cortex-vfx</a><br/><strong>Language</strong>: C++, Python<br/><strong>Platform</strong>: Linux, Windows, OS X<br/><strong>License</strong>: <a rel="nofollow" href="http://www.opensource.org/licenses/bsd-license.php" target="_blank">New BSD License</a><br/><strong>Sponsor</strong>: Image Engine<br/></p>]]></content:encoded>
			<wfw:commentRss>http://opensourcevfx.org/2009/12/cortex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

