SmartReviewTool is a markup/annotation tool for nuke. This tool allows artists/reviewers to quickly add markups and add text on images.
This tool has lot of features :
- Drawing lines.
- Change pen color/size.
- Erasing drawn lines.
- Adding text.
- Change Font style/size.
- Deleting added text etc.
- Clone the smart_review_tool git repo in any location or
.nuke
folder.
https://github.com/rameshbabuvfx/smart_review_tool.git
- Copy the smart_review_tool folder path.
- Open
init.py
python file from.nuke
or nuke plugin folder - add this line of code in init.py file.
nuke.pluginAddPath("C:/Users/username/.nuke/smart_review_tool")
- Launch/Restart Nuke.
- The Smart Review tool has been added to the pane menu.
- To start the tool, click the SmartReview menu option.
- Import image pick the color for pen and draw on image
- Click on
Eraser
icon to enable eraser to remove the drawn lines on image. - Click on
Add Text
button to add text on image. - Add color to the text and set the color aswell.
- To delete the text, press the Del`` key.
Double Click
on the text layer to add text on image.- To
Save
image press on save button.
Enjoy the tool 😄