RCS file: /cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v
retrieving revision 1.378
diff -u -r1.378 rendering.xml
--- rendering.xml   6 Oct 2009 12:44:36 -0000   1.378
+++ rendering.xml   20 Oct 2009 09:32:18 -0000
@@ -887,7 +887,7 @@
       </StringVectorProperty>
     </SourceProxy>
 
-    <SourceProxy name="FixedPointVolumeRayCastMapper" 
+    <SourceProxy name="FixedPointVolumeRayCastMapper"
       class="vtkFixedPointVolumeRayCastMapper">
       <InputProperty
         name="Input"
@@ -922,6 +922,23 @@
         </EnumerationDomain>
       </IntVectorProperty>
       <IntVectorProperty
+        name="BlendMode"
+        command="SetBlendMode"
+        default_values="0"
+        number_of_elements="1"
+        animateable="0">
+        <Documentation>
+          Set the current blend mode. Default is Composite. MaximumIntensity is
+          also known as MIP rendering.
+        </Documentation>
+        <EnumerationDomain name="enum">
+          <Entry value="0" text="Composite"/>
+          <Entry value="1" text="MaximumIntensity"/>
+          <Entry value="2" text="MinimumIntensity"/>
+        </EnumerationDomain>
+      </IntVectorProperty>
+
+      <IntVectorProperty
         name="LockSampleDistanceToInputSpacing"
         command="SetLockSampleDistanceToInputSpacing"
         default_values="1"
@@ -7141,6 +7158,7 @@
         </Proxy>
         <ExposedProperties>
           <Property name="LockSampleDistanceToInputSpacing" />
+          <Property name="BlendMode"/>
         </ExposedProperties>
       </SubProxy>
 
@@ -7877,6 +7895,7 @@
           <Property name="LockSampleDistanceToInputSpacing" />
           <Property name="ScalarOpacityUnitDistance" />
           <Property name="ScalarOpacityFunction" />
+          <Property name="BlendMode"/>
         </ExposedProperties>
       </SubProxy>
