vinavfx / StockManager-for-Nuke

Stock viewer and Stock manager for Nuke
GNU General Public License v3.0
16 stars 1 forks source link

Stock Manager

Stock manager for Nuke that indexes the stocks in a lighter version of jpg to be able to visualize it and be able to quickly choose the correct stock for the shot that requires it.

Showing: https://vinavfx.com/blog

Feautres

Installation

1 - Copy to nuke folder

# Linux:
cd ~/.nuke
git clone --recursive https://github.com/vinavfx/stock_manager.git

# Windows
# Download git: https://git-scm.com/download/win
git clone --recursive https://github.com/vinavfx/stock_manager.git "C:\Users\<username>\.nuke\stock_manager"

# Or manually copy the entire git downloaded folder and its submodules to the nuke user folder

2 - Copy this line to menu.py

import stock_manager

3 - Dependencies ( FFmpeg, ImageMagick )

Indexing

To be able to view your stock in the viewer, you first have to modify the variables in env.py and then index the folders.

1 - Modify env.py

INDEXING_DIR = '<path_where_it_will_be_indexed>'

ROOT_STOCKS_DIRS = [
    '<path_your_stocks',
    '<extra_path_your_stocks',
    '<extra_path_your_stocks',
    ...
]

2 - To index (Terminal only)

cd ~/.nuke/stock_manager/scripts
python3 indexing.py

Screenshots