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
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 )
# Any redhat distro clone, for others look for installation method
sudo dnf -y install ffmpeg, convert
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