collectFiles 2.2 v1.1
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Nitesh Pancholi
Thank you for using the Collect Files script! This tool is designed to help you gather all of the necessary files for a Nuke project, making it easier to share and collaborate with others
Requirements:
14.0, 13.2, 13.1, 13.0 or later
Linux, Mac, Windows
14.0, 13.2, 13.1, 13.0 or later
Linux, Mac, Windows


#===============================================================================
# NUKE COLLECT FILES 2.2
# Description:
# Collect files of the script
# Supported Video Files:
# 'mov', 'avi', 'mpeg', 'mp4', 'R3D'
#
# Installation Notes:
#
# 1. Copy 'collectFiles.py' to nuke plugins directory (Example: 'C:\Program Files\Nuke13.2v5\plugins')
# 2. Open 'Init.py' located on 'C:\Program Files\Nuke13.2v5\plugins'
# 3. And paste this:
# import collectFiles
#
# 4. Save it and restart nuke
# 5. Open the Script Command window and paste this:
# collectFiles.collectFiles()
#
# 6. Check the python button and press ok
#
#
# Create Menu Node:
#
# 1. Open 'Menu.py' located on 'C:\Program Files\Nuke13.2v5\plugins'
# 2. And paste this at the end:
#
#collectMenu = nuke.menu('Nodes').addMenu('Collect_Files')
#collectMenu.addCommand('Collect Files', collectFiles.collectFiles)
#collectMenu.addCommand('About', collectFiles.myBlog)
#===============================================================================
Please login in order to download these files.