TYPE: SOP
TITLE: CaptureCorrect SOP

CaptureCorrect readjusts the capture regions and capture weights. This is useful
in cases when a SOP has been locked with cooked data between Capture and Deform 
SOPs. Then, bone transformations may affect the skin in an undesirable
way due to outdated information stored at the locked SOP.
CaptureCorrect will readjust the transformations and the weights for the data
as if they were taken at the capture frame.

CaptureCorrect affects the detail attributes and therefore needs to work on
the whole geometry and not specific groups.

Parameters:
    Correct Capture Regions - Toggle that determines whether capture
			      regions are corrected. If turned off
			      no update occurs on any of the capture regions.
    Regions to Correct	    - A list of capture regions to correct. If
			      empty, all regions are updated. Otherwise,
			      only the capture included in the list are
			      corrected. The list consists of capture
			      regions separated by spaces, 
			      each enclosed in double quotes, for example,
			      "chain_bone1/cregion 0" "chain_bone2/cregion 0".
    Delete Stale Capture Regions - Remove data for the capture regions
			      that do not exist anymore. Locked data may
			      contain references to the bones or capture 
			      regions that have been deleted. This option
			      allows to clean up obsolete references.
    Regions to Remove	    - This field allows to specify additional
			      capture regions to be removed from data,
			      even if they are still valid. This is a list
			      of regions separated by a space,
			      each enclosed in double quotes.
			      The capture region names should be the same
			      as they appear in the point attributes 
			      (for example "chain_bone3/cregion 0")
    Clamp Negative Weights - Set to 0 any capture weight that is less than 0.
    Re-normalize Capture Weights - After the stale regions have been cleaned 
			      up, the capture weights will not sum up to 1.
			      This option renormalizes the capture weights,
			      so that they add up to 1.
 
See also: Capture, CaptureRegion(cregion), CaptureProximity
