collectFiles 2.2 v1.2
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
13 Aug 2023
2001
#===============================================================================
# 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
# Create Menu Node in Menu.py :
#
# 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.
Comments
1. Copy 'collectFiles.p y' to .nuke folder (Example: 'C:\Users\Users _name\.nuke')
2. Open 'Init.py' located on 'C:\Users\Users_name\.nuke'
3. And paste this:
import collectFiles
Create Menu Node in Menu.py :
1. Open 'Menu.py' located on C:\Users\Users_name\.nuke
2. And paste this at the end:
collectMenu = nuke.menu('Nodes').addMenu('Collect_Files')
collectMenu.addCommand('Collect Files', collectFiles.collectFiles)
collectMenu.addCommand('About', collectFiles.my Blog)
#if you already have menu.py open the file and past code
RSS feed for comments to this post