Exporting a model/Maya: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{otherlang2
{{lang|title=Exporting a model/Maya|Exporting a model/Maya}}
|title=Exporting a model/Maya
|es=Exportación de un modelo/Maya:es
}}


'''Maya''' is a popular 3D modeling/animation/rendering suite from [http://usa.autodesk.com/adsk/servlet/home?siteID=123112&id=129446 Autodesk] (antes de [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] (originally 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.


== Plugins ==
== 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
* <code>Steam\SteamApps\username\sourcesdk\maya</code> Valve's .smd scripts supplied in the Source SDK


Line 31: Line 27:
Valve SMD Animation
Valve SMD Animation


== See Also ==
== See also ==
*[[Modifying a Source Model in Maya]]
*[[Modifying a Source Model in Maya]]


Line 38: Line 34:
*[http://www.moddb.com/engines/3/source/tutorials/25720/introduction-to-the-maya-8-user-interface Introduction to the Maya 8 User Interface] Noesis Interactive video tutorial.
*[http://www.moddb.com/engines/3/source/tutorials/25720/introduction-to-the-maya-8-user-interface Introduction to the Maya 8 User Interface] Noesis Interactive video tutorial.
*[http://www.moddb.com/engines/3/source/tutorials/25577/introduction-to-custom-props-for-source-powered-games-with-maya Introduction to Custom Props for Source Powered Games with Maya] Noesis Interactive video tutorial.
*[http://www.moddb.com/engines/3/source/tutorials/25577/introduction-to-custom-props-for-source-powered-games-with-maya Introduction to Custom Props for Source Powered Games with Maya] Noesis Interactive video tutorial.
*[http://www.sourcefortsmod.com/boards/showthread.php?p=164150 Stieffers' Maya to Source: A Model Exportation Guide]
*[http://poitot.us/source-maya-tutorials/creating-a-keyboard-physics-prop-with-maya Creating a Keyboard Physics Prop with Maya] - Goes through entire workflow--covers modeling, UV Mapping, texturing, and exporting.
*[http://monogreen.de/rails/monogreen/public_pages/maya_tutorial Palmer's Maya Prop Exporting Tutorial]


[[Category:Third_Party_Tools]][[Category:Modeling]][[Category:Maya]]
[[Category:Third_Party_Tools]][[Category:Modeling]][[Category:Maya]]

Latest revision as of 19:02, 22 April 2024

English (en)Español (es)Русский (ru)Translate (Translate)

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

Plugins

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

Installing Valve's Maya 7 Plug-in

1. Edit the sourcesdk\maya\7.0\runmaya.bat and make sure that the path setting to maya.exe is correct. The default is C:\Program Files\Alias\Maya7.0\bin.

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

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

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

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

Valve SMD Model

Valve SMD Animated Model

Valve SMD Physics Model

Valve SMD Animation

See also

External links