Maya scene
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|ma}}, {{ext|mb}} }} '''Maya scene''' format is a scene description format used by the ''May...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
|subcat=3D and CAD/CAM Models | |subcat=3D and CAD/CAM Models | ||
|extensions={{ext|ma}}, {{ext|mb}} | |extensions={{ext|ma}}, {{ext|mb}} | ||
+ | |pronom={{PRONOM|fmt/861}}, {{PRONOM|fmt/862}}, {{PRONOM|fmt/863}} | ||
+ | |wikidata={{wikidata|Q28771305}} | ||
}} | }} | ||
'''Maya scene''' format is a scene description format used by the ''Maya'' 3D modeling and animation software. There are two variants: '''Maya ASCII''' (.ma), and '''Maya Binary''' (.mb). Maya Binary is apparently based on the same variant of [[IFF]] used by [[Maya IFF]]. | '''Maya scene''' format is a scene description format used by the ''Maya'' 3D modeling and animation software. There are two variants: '''Maya ASCII''' (.ma), and '''Maya Binary''' (.mb). Maya Binary is apparently based on the same variant of [[IFF]] used by [[Maya IFF]]. | ||
Line 11: | Line 13: | ||
ASCII files begin with "{{magic|//Maya}}". | ASCII files begin with "{{magic|//Maya}}". | ||
− | Binary files begin with {{magic| | + | Binary files begin with "{{magic|FOR4}}", and have "{{magic|Maya}}" or "{{magic|MAYA}}" at offset 8. |
+ | |||
+ | There is also a 64-bit binary format, which begins with "{{magic|FOR8}}", and has "{{magic|Maya}}" or "{{magic|MAYA}}" at offset 16. | ||
== Specifications == | == Specifications == | ||
Line 18: | Line 22: | ||
== Sample files == | == Sample files == | ||
* A web search for "maya models" will turn up a number of slightly-shady websites offering files for download. | * A web search for "maya models" will turn up a number of slightly-shady websites offering files for download. | ||
+ | |||
+ | == See also == | ||
+ | * [[Maya IFF]] | ||
+ | * [[RIB]] | ||
== Links == | == Links == |
Latest revision as of 04:15, 2 January 2021
Maya scene format is a scene description format used by the Maya 3D modeling and animation software. There are two variants: Maya ASCII (.ma), and Maya Binary (.mb). Maya Binary is apparently based on the same variant of IFF used by Maya IFF.
Maya was originally developed by Alias, and is now owned by Autodesk.
Contents |
[edit] Identification
ASCII files begin with "//Maya
".
Binary files begin with "FOR4
", and have "Maya
" or "MAYA
" at offset 8.
There is also a 64-bit binary format, which begins with "FOR8
", and has "Maya
" or "MAYA
" at offset 16.
[edit] Specifications
[edit] Sample files
- A web search for "maya models" will turn up a number of slightly-shady websites offering files for download.