The Nuke Project Packer is a comprehensive tool designed to package Nuke projects by collecting all external assets, gizmos, and scripts into a single organized directory structure.
中文备注:最核心的还是可以定义帧数来打包素材,而非全目录拷贝(太慢)。
The Nuke Project Packer is a comprehensive tool designed to package Nuke projects by collecting all external assets, gizmos, and scripts into a single organized directory structure.
中文备注:最核心的还是可以定义帧数来打包素材,而非全目录拷贝(太慢)。
First submitted: 20 October 2025
Author: jarry1986
Compatible Nuke versions: 11.1 or later
Compatibility: Source
The Nuke Project Packer is a comprehensive tool designed to package Nuke projects by collecting all external assets, gizmos, and scripts into a single organized directory structure.
Smart Node Detection: Automatically categorizes Read, DeepRead, Geo, and Camera nodes
File Size Calculation: Pre-calculates and displays file sizes before packaging
Multiple Packaging Modes: Package mode and Collect mode for different workflows
Gizmo Packaging: Collects and packages custom gizmo files
Path Relinking: Automatically updates node paths to new locations
Frame Range Control: Specify exact frame ranges to package
Progress Tracking: Real-time progress monitoring with detailed logs
Copy the script to your Nuke script editor
Run the script or save as a menu.py entry
Launch the Tool: Run show_packer()
from Nuke's script editor
Review Nodes: The tool automatically scans and categorizes all read nodes
Select Nodes: Choose which nodes to package (use Ctrl+Click for multiple selection)
Configure Settings:
Set target directory
Specify frame range
Choose packaging options
Start Packaging: Click "Start Packaging" to begin the process
Creates organized folder structure by node type
Each node gets its own subfolder
Single media files go to MiscFiles directory
Ideal for sharing specific assets
Maintains original directory hierarchy
Preserves parent folder structure
Better for archiving complete projects
Rename category folders in Advanced Settings
Refresh node list after changes
Single frames: 1001
Ranges: 1001-1010
Mixed: 1001,1005-1010,102
Automatically detects custom gizmos
Packages gizmo files to GizmoFiles folder
Excludes built-in Nuke gizmos
Tree View: Hierarchical display of nodes by category
File Information: Shows path, status, and file size
Selection Tools: Bulk selection options
Right-click Menu: Quick access to common operations
Target path selection
Frame range input
Core packaging options
Mode selection
Custom folder names
Node filtering options
Additional processing flags
Missing Files: Check if files are accessible from your system
Path Errors: Ensure proper read/write permissions
Gizmo Issues: Custom gizmos must be in Nuke's plugin path
Close other applications during large packaging jobs
Use SSD storage for better copy performance
Monitor available disk space
Version: 1.1
Compatibility: Nuke 12.0+
Author: @Jarry [email protected]