Merge Operations Commands

Command to change the mode of the selected merge/ChannelMerge nodes in Nuke more easily.

Updated: 7 December 2022

Author: JorgeHI

Compatible Nuke versions: 11.0 or later

Compatibility:

mergeModeShortcut

Command to change the mode of the selected merge/ChannelMerge nodes in Nuke more easily.

Autor: Jorge Hernandez

Web: www.jorgehi.com

GitHub: github.com/JorgeHI/mergeModeShortcut

Installation

The way you can use this command is storing the mergeOperations.py in a directory that is been reading by nuke and adding these lines in your menu.py

import mergeOperations

mergeOperations.installCommands()

You can change the shotcut editing the installCommands function if your prefer other than ctrl + Arrows Up and Down. For example you can use alt+Up and alt+Down too.

If you don´t know how to do this, here i let you a basic instalation steps:

  1. Go to this path C:\Users[username].nuke where username is your windows username.
  2. If you don´t have a menu.py file here, create it with a basic text editor.
  3. In your menu.py file add these lines:

import nuke

import mergeOperations

mergeOperations.installCommands()

  1. Add the mergeOperations.py file in this path C:\Users[username].nuke\mergeOperations.py
  2. Open Nuke, now you can use ctrl+Up and ctrl+Down to change the mode of your selected merge nodes.

Sign in or register to download or rate.