TYPE: SOP
TITLE: CaptureEdit SOP

This SOP is deprecated.  Please use the CaptureOverride SOP instead.

CaptureEdit is used to edit point capture weights. It is designed to be used by
the Edit Capture Weight operation at the object level. It maintains a
history of capture weight changes by storing within itself a list of capture
weight differences from the input geometry.

Typically, its input geometry is a Capture or CaptureProximity operation, and
then its output is connected to a Deform operation. Capture or CaptureProximity
generates an initial weighting of the points using a list of bone objects.
Then, CaptureEdit is used to modify and tweak the resulting capture weight 
attributes. Finally, a Deform operation is used to deform the geometry based on
those capture weight attributes.

Parameters:

    Group                   - The points to modify.

    CRegion                 - A string composed of the path to the capture
                              region to set the weight. For example,
                              "chain_bone1/cregion 0" specifies use of
                              primitive 0 in the operation named cregion in the
                              chain_bone1 object. The primitive number within
                              the geometry must match a primitive generated by
                              the CaptureRegion operation.

    Weight                  - The weight of the capture region to set to in all
                              the points.

    Start new weight        - Starts a new capture weight modification

    Update point colors     - Adds diffuse point colors to the geometry to show
                              the effect of the modified capture weights.

    Zero Weight Point Color - Specifies the color to use for zero weighted 
                              points when "Update point colors" is on.

    Extra Capture Frame     - Specifies the capture frame to use when modifying
                              weights of capture regions that have not already
                              been captured in the input geometry.

See Also: Capture, CaptureProximity, CapturePaint, 
	  CaptureRegion(cregion), Deform
