<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.threed.renditions.override">

  <require>org.nuxeo.ecm.platform.threed.renditions</require>

  <extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">

    <filter id="hasThreeDFacet">
      <rule grant="true">
        <facet>ThreeD</facet>
      </rule>
    </filter>


    <filter append="true" id="allowPDFRendition">
      <rule grant="false">
        <facet>ThreeD</facet>
      </rule>
    </filter>

  </extension>

</component>
