Anim8or
From Just Solve the File Format Problem
(Difference between revisions)
(Correcting name) |
|||
Line 5: | Line 5: | ||
|released=1999<ref>http://anim8or.com/home/news/index.html#990720</ref> | |released=1999<ref>http://anim8or.com/home/news/index.html#990720</ref> | ||
}} | }} | ||
− | ''' | + | '''Anim8or''', a [[3D and CAD/CAM Models|3d modeling]] program by Steve Glanville, saves data between sessions in a format with the extension '''AN8'''. |
− | + | Anim8or has a [[Anim8or Scripting Language|separate scripting language]] in addition to an8 files. | |
== Extensions == | == Extensions == | ||
− | + | Anim8or files use the extension .an8. | |
== Identification == | == Identification == | ||
− | + | Anim8or files can be read as [[plaintext]]. They will probably<ref>http://anim8or.com/learn/specs/an8_format.txt, section "File Layout"</ref> start with [[ASCII]] {{magic|header {}}, followed by version information. Additionally, an8 files will probably contain the strings <code>object {</code>, <code>name {</code>, and <code>name {</code>. | |
== Specifications == | == Specifications == | ||
Line 19: | Line 19: | ||
== Software == | == Software == | ||
− | * [http://anim8or.com/index.html The | + | * [http://anim8or.com/index.html The Anim8or website] |
* [http://www.angelfire.com/electronic2/banjos3d/lists.html A list of 3rd-party programs] | * [http://www.angelfire.com/electronic2/banjos3d/lists.html A list of 3rd-party programs] | ||
− | * [https://github.com/Enumer8/Anim8orTransl8or Software to convert | + | * [https://github.com/Enumer8/Anim8orTransl8or Software to convert Anim8or files into the [[COLLADA]] format] |
* [http://texel3d.free.fr/projets/ani2pov/ Ani2pov, a converter to various 3d formats] | * [http://texel3d.free.fr/projets/ani2pov/ Ani2pov, a converter to various 3d formats] | ||
− | * [http://texel3d.free.fr/projets/liban8/index.html A library for reading | + | * [http://texel3d.free.fr/projets/liban8/index.html A library for reading Anim8or files] |
− | * [https://www.anim8or.com/smf/index.php/board,4.0.html | + | * [https://www.anim8or.com/smf/index.php/board,4.0.html Anim8or scripts, including conversion scripts] |
== Links == | == Links == | ||
− | * [http://anim8or.com/index.html The | + | * [http://anim8or.com/index.html The Anim8or website] |
− | * [https://en.wikipedia.org/wiki/Anim8or | + | * [https://en.wikipedia.org/wiki/Anim8or Anim8or on Wikipedia] |
* [http://www.anim8or.com/smf/index.php?topic=4861.0 Forum post ".an8 Format, jointangles, how are they stored?"] | * [http://www.anim8or.com/smf/index.php?topic=4861.0 Forum post ".an8 Format, jointangles, how are they stored?"] | ||
− | * [https://anim8or.fandom.com/wiki/Anim8or_Wiki A failed attempt to make an | + | * [https://anim8or.fandom.com/wiki/Anim8or_Wiki A failed attempt to make an Anim8or wiki] |
− | * [https://cre8or.fandom.com/wiki/Cre8or_Wiki Similar, for | + | * [https://cre8or.fandom.com/wiki/Cre8or_Wiki Similar, for Anim8or as well as a video game creation software apparently called "Cre8tor"] |
== References == | == References == | ||
<references /> | <references /> |
Revision as of 10:20, 13 January 2020
Anim8or, a 3d modeling program by Steve Glanville, saves data between sessions in a format with the extension AN8.
Anim8or has a separate scripting language in addition to an8 files.
Contents |
Extensions
Anim8or files use the extension .an8.
Identification
Anim8or files can be read as plaintext. They will probably[2] start with ASCII header {
, followed by version information. Additionally, an8 files will probably contain the strings object {
, name {
, and name {
.
Specifications
Software
- The Anim8or website
- A list of 3rd-party programs
- Software to convert Anim8or files into the COLLADA format
- Ani2pov, a converter to various 3d formats
- A library for reading Anim8or files
- Anim8or scripts, including conversion scripts
Links
- The Anim8or website
- Anim8or on Wikipedia
- Forum post ".an8 Format, jointangles, how are they stored?"
- A failed attempt to make an Anim8or wiki
- Similar, for Anim8or as well as a video game creation software apparently called "Cre8tor"
References
- ↑ http://anim8or.com/home/news/index.html#990720
- ↑ http://anim8or.com/learn/specs/an8_format.txt, section "File Layout"