<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="compositor" version="1.0" type="rendering">
  <DESCRIPTION>Enable or disable compositor</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/rendering/compositorplugit.html</HELP>
  <RESOURCE/>
  <EDITOR>
    <SCRIPT path="./ecompositor.pkg" />
    <PARAM name="compositor" type="compositor" />
    <PARAM name="scheme" type="value" />
    <PARAM name="init" type="value" />
  </EDITOR>
  <CLIENT minstance="false">
    <SCRIPT path="./ccompositor.pkg" />
    <ACTION name="Enable" />
    <ACTION name="Disable" />
  </CLIENT>
</PLUGIN>