708
edits
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
=====XML===== | =====XML===== | ||
One of the latest features is conversion of an .oni file (binary) into an XML metafile and back. XML files are more explicit and more readily editable. | One of the latest features is conversion of an .oni file (binary) into an XML metafile and back. XML files are more explicit and more readily editable. | ||
::Currently xml export/import is limited to files that do not have raw/sep parts. 2-way conversion is known to work for [[IGHH]], [[OBJC]], [[ONCC]], [[ONCV]], [[ONLD]], [[ONLV]], [[ONGS]], [[ONSK]], [[ONVL]], [[ONWC]], [[PAR3]], [[PSpc]], [[PSpL]], [[PSUI]], [[TRAC]], [[TRAM]], [[TRMA]], [[TXMB]], [[TXMP]], [[WMCL]], [[WMDD]], [[WMM_]]. | ::Currently xml export/import is limited to files that do not have raw/sep parts. 2-way conversion is known to work for [[CONS]], [[IGHH]], [[OBJC]], [[ONCC]], [[ONCV]], [[ONLD]], [[ONLV]], [[ONGS]], [[ONSK]], [[ONVL]], [[ONWC]], [[PAR3]], [[PSpc]], [[PSpL]], [[PSUI]], [[TRAC]], [[TRAM]], [[TRIG]], [[TRGE]], [[TRMA]], [[TXMB]], [[TXMP]], [[WMCL]], [[WMDD]], [[WMM_]]. | ||
:::For detailed examples and tutorials, see [[AE:XML|HERE]] | :::For detailed examples and tutorials, see [[AE:XML|HERE]] | ||
{| | {| | ||
Line 95: | Line 95: | ||
|<tt>-create <target directory> <filename></tt>||Creates an .oni file in the target directory from an XML file | |<tt>-create <target directory> <filename></tt>||Creates an .oni file in the target directory from an XML file | ||
|} | |} | ||
BIG NOTE OF WARNING: some of the above instance types (most importantly ONWC) contain geometry data (M3GM) embedded in them. The geometry can rountrip through xml but versions of OniSplit up to and including 0.9.26 produce an invalid .oni file that may cause Oni to crash. |
edits