Maya: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added Palmer's Maya Prop Exporting Tutorial link)
m (added plugins)
Line 5: Line 5:


Get the Maya Personal Learning Edition for free [http://www.alias.com/glb/eng/products-services/maya/maya_ple/get_maya_ple.jsp here].
Get the Maya Personal Learning Edition for free [http://www.alias.com/glb/eng/products-services/maya/maya_ple/get_maya_ple.jsp here].
== Plugins ==
* [http://mitglied.lycos.de/prallvamp/ .smd Exporter] by Prall
* <code>Steam\SteamApps\username\sourcesdk\maya</code> Valve's .smd scripts supplied in the Source SDK


==See Also==
==See Also==
*[[Modifying a Source Model in Maya]]
*[[Modifying a Source Model in Maya]]
*[http://student.fho-emden.de/~marteppe/monogreen/otherstuff/tut03.htm Palmer's Maya Prop Exporting Tutorial]
*[http://student.fho-emden.de/~marteppe/monogreen/otherstuff/tut03.htm Palmer's Maya Prop Exporting Tutorial]

Revision as of 06:16, 19 April 2006

Maya is a popular 3D modeling/animation/rendering suite from Alias. It is a powerful tool for modeling, texturing and animating props and characters. It also contains many advanced features which are not applicable to Source modding (dynamics, rendering, etc.). While Valve favors XSI for modeling and animating, some users may prefer Maya's rich feature set.

A free version of Maya called the Maya Personal Learning Edition is available to all for non-commercial use. It is a feature-complete version of Maya Complete 7 with render watermarks and export restrictions. These constraints do not inhibit Source modding in any way.

Get the Maya Personal Learning Edition for free here.

Plugins

  • .smd Exporter by Prall
  • Steam\SteamApps\username\sourcesdk\maya Valve's .smd scripts supplied in the Source SDK

See Also