Skip to content

vinavfx/stock_manager

Repository files navigation

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

  • Quick display of any video or texture in stock
  • Automatic labeling using the name of the file or its folder
  • Fast search, since the indexing remains in memory
  • Various forms of display and loading

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 init.py

import stock_manager

3 - Copy this line to menu.py

stock_manager.setup()

4 - Dependencies ( FFmpeg, ImageMagick )

  • Linux
# Any redhat distro clone, for others look for installation method
sudo dnf -y install ffmpeg, convert
  • Windows

Download ffmpeg manually and copy loose ffmpeg.exe and ffprobe.exe to the 'stock_manager' folder "C:\Users\username\.nuke\stock_manager"

Download ImageMagick manually copy identify.exe to the 'stock_manager' folder "C:\Users\username\.nuke\stock_manager"

Screenshots

  • INDEXING

  • STATUS BAR

  • DISPLAY OPCIONS

  • FILTER BAR

  • GRID mode

  • LIST mode