home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / lib / k3d / plugins / k3d-k3d-io.module.proxy < prev    next >
Encoding:
Extensible Markup Language  |  2009-03-19  |  1.7 KB  |  47 lines

  1. <?xml version="1.0" ?>
  2. <k3dml package="k3d" version="0.7.11.0" host="Windows-5.1;x86">
  3.     <module name="k3d-k3d-io.module">
  4.         <plugins>
  5.             <plugin name="K3DMeshReader" factory_id="7dd19499 965e4c06 b970f545 0e47855d" quality="stable" type="document">
  6.                 <short_description>Mesh reader that loads external K-3D XML (.k3d) files</short_description>
  7.                 <categories>
  8.                     <category>MeshReader</category>
  9.                 </categories>
  10.                 <interfaces>
  11.                     <interface>k3d::imesh_source</interface>
  12.                     <interface>k3d::imesh_storage</interface>
  13.                 </interfaces>
  14.                 <metadata/>
  15.             </plugin>
  16.             <plugin name="K3DMeshWriter" factory_id="efdcb347 0e984075 87973a80 ca8b196d" quality="stable" type="document">
  17.                 <short_description>Mesh writer that saves K-3D XML (.k3d) files</short_description>
  18.                 <categories>
  19.                     <category>MeshWriter</category>
  20.                 </categories>
  21.                 <interfaces>
  22.                     <interface>k3d::imesh_sink</interface>
  23.                 </interfaces>
  24.                 <metadata/>
  25.             </plugin>
  26.             <plugin name="K3DDocumentExporter" factory_id="0cbc9131 172541b2 b424afab 25143d55" quality="stable" type="application">
  27.                 <short_description>K-3D Native ( .k3d )</short_description>
  28.                 <categories/>
  29.                 <interfaces>
  30.                     <interface>k3d::idocument_exporter</interface>
  31.                 </interfaces>
  32.                 <metadata/>
  33.             </plugin>
  34.             <plugin name="K3DDocumentImporter" factory_id="f02e8dac a57d4d76 a6170c3a 9bf09d3b" quality="stable" type="application">
  35.                 <short_description>K-3D Native ( .k3d )</short_description>
  36.                 <categories/>
  37.                 <interfaces>
  38.                     <interface>k3d::idocument_importer</interface>
  39.                 </interfaces>
  40.                 <metadata>
  41.                     <pair name="k3d:mime-types" value="application/x-k3d"/>
  42.                 </metadata>
  43.             </plugin>
  44.         </plugins>
  45.     </module>
  46. </k3dml>
  47.