TYPE: SOP
TITLE: Creep SOP

Creep maps a set of points onto the surface of the path geometry.

Note: To initialize the Creep SOP from a script, the following
commands may be used:
~r~c(
hscript-> opparm -C creep1 Initialize initfill
~c)
or, to keep proportions:
~r~c(
hscript-> opparm -C creep1 Initialize initundistort
~c)

Parameters:

    Group      - Subset of points to creep onto the path
    Path       - Primitive to creep on
    Initialize - 
	Fill Path - Values are computed that stretch or shrink 
		    the Source geometry to the full dimensions 
		    of the Path geometry.
	Keep Proportions - Similar to above, but the values are 
		    initialized so as to minimize distortion 
		    of object geometry.

    Translate  - Translate source geometry over the creep surface.  /tx /ty /tz
    Rotate     - Rotate source geometry on the creep surface.       /rx /ry /rz
    Scale      - Scale source geometry on the creep surface.        /sx /sy /sz

See also: Paste, Ray
