Package nukescripts :: Module crop
[hide private]
[frames] | no frames]

Module crop

source code

Functions [hide private]
 
autocrop(first=None, last=None, inc=None, layer='rgba')
Run the CurveTool's AutoCrop function on each selected node over the specified frame range and channels.
source code
Variables [hide private]
  __package__ = 'nukescripts'
Function Details [hide private]

autocrop(first=None, last=None, inc=None, layer='rgba')

source code 

Run the CurveTool's AutoCrop function on each selected node over the specified frame range and channels. If the range values are None, the project first_frame and last_frame are used; if inc is None, 1 is used. After execution, the CurveTool AutoCrop results are copied into a Crop node attached to each selected node.