Maya: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Updated URL for the link to "Creating a Keyboard Physics Prop with Maya". URL has changed.)
(Fixed dead Links, added Logo)
Line 1: Line 1:
:''See [[:Category:Maya]] for tutorials.''
'''Maya''' is a popular 3D modeling/animation/rendering suite from [http://usa.autodesk.com/adsk/servlet/home?siteID=123112&id=129446 Autodesk] (formerly from [http://en.wikipedia.org/wiki/Alias_Systems_Corporation 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.
'''Maya''' is a popular 3D modeling/animation/rendering suite from [http://usa.autodesk.com/adsk/servlet/home?siteID=123112&id=129446 Autodesk] (formerly from [http://en.wikipedia.org/wiki/Alias_Systems_Corporation 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.
<div style="float:right;border:0px solid #AAAAAA;font-size:x-small;text-align:center;padding:.5em .5em .1em;margin-left:1.5em;">
[[Image:MayaLogo.png|center|270px|Maya logo]]
'''[http://usa.autodesk.com/maya/ WEBSITE] | [http://usa.autodesk.com/maya/trial/ TRIAL VERSION]'''
</div>


== Plugins ==
== Plugins ==
* [http://mitglied.lycos.de/prallvamp/ .smd Exporter] by Prall
* [http://mitglied.lycos.de/prallvamp/ .smd Exporter] by Prall
* <code>Steam\SteamApps\username\sourcesdk\maya</code> Valve's .smd and .dmx scripts supplied in the Source SDK
* <code>Steam\SteamApps\username\sourcesdk\maya</code> Valve's .smd and .dmx scripts supplied in the Source SDK
Line 29: Line 34:


=== Notes on using Autodesk Maya 2011 ===
=== Notes on using Autodesk Maya 2011 ===
Prall's .smd Exporter works, there is also an improved version made by DT85: [http://forums.steampowered.com/forums/showthread.php?t=1297053&page=4 discussion] and [http://www.megaupload.com/?d=KW5YHIRG download] ([http://raegquit.com/dizzyone/dump/dt_smd/DT%20SMD%20Script.rar mirror])
Prall's .smd Exporter works, there is also an improved version made by DT85: [http://forums.steampowered.com/forums/showthread.php?t=1297053&page=4 discussion] and [http://www.megaupload.com/?d=KW5YHIRG download] ([http://raegquit.com/dizzyone/dump/dt_smd/DT%20SMD%20Script.rar mirror])


Line 39: Line 43:


== External links ==
== External links ==
*[http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=7635018 Autodesk Maya] Official site.
*[http://usa.autodesk.com/maya/ Autodesk Maya] Official site.
*[http://students.autodesk.com/ Autodesk Education Community] Official education resources for students.
*[http://students.autodesk.com/ Autodesk Education Community] Official education resources for students.



Revision as of 08:27, 22 August 2011

See Category:Maya for tutorials.

Maya is a popular 3D modeling/animation/rendering suite from Autodesk (formerly 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.

Maya logo

WEBSITE | TRIAL VERSION

Plugins

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

Installing Valve's Maya 2009 Plug-in

1. Edit the sourcesdk\maya\2009\runmaya.bat and make sure that the path setting to maya.exe is correct. The default is C:\Program Files\Autodesk\Maya 2009\bin.

2. Run C:\Program Files\Steam\SteamApps\ \sourcesdk\maya\2009\runmaya.bat

3. When Maya comes up go to Window|Settings/Preferences|Plug-in Manager...

4. Look for vsmaster.mll and check the "loaded" and "auto load" boxes.

5. When you go to export you should see the new choices:

Valve DMX File

Valve SMD Model

Valve SMD Animated Model

Valve SMD Physics Model

Valve SMD Animation

Notes on using Autodesk Maya 2011

Prall's .smd Exporter works, there is also an improved version made by DT85: discussion and download (mirror)

See Also

L4D2 Notes on runmaya.bat

If you load the L4D2 SDK and set your configurations with vconfig.exe, this batch file will not function. You will need to edit it as described here: Steam Forum Post

External links

Tutorials