Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.09 KB

superAutoCrop

A tool that utilizes Nuke's original CurveTool to create an animated bounding box with controllers to adjust its size.

This tool was created as a thank-you gift for my mentor and friend, Emerson Bonadias.

Installation

  1. Rename the downloaded folder to superAutoCrop and place it inside your .nuke folder.
  2. Add the following line to your init.py file:
    nuke.pluginAddPath('./superAutoCrop')
    For more information on locating the default .nuke directory, refer to this guide.

Usage

  1. Select a node in Nuke.
  2. Call the tool using the provided shortcut, or run it from the Toolbar.

Shortcut

The default shortcut is [ (open bracket). You can change this shortcut by editing line 6 of the menu.py file.

Credits

Created by Luciano Cequinel.

To report bugs or make suggestions, please contact: [email protected]

License

This project is licensed under the MIT License.