Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

invertSelection

Invert selection in the Node Graph.

HOW TO USE IT

  • Select node(s).
  • Edit -> Invert selection

RESULT

  • Node selection gets inverted.

INSTALLATION

  • Copy 'invertSelection' folder in your .Natron folder.
  • Add following lines to your 'initGui.py' file, where <path> is the location of 'invertSelection' folder.
from <path>.invertSelection.invertSelection import *
NatronGui.natron.addMenuCommand('Edit/Invert selection','invertSelection', QtCore.Qt.Key.Key_I, QtCore.Qt.KeyboardModifier.ControlModifier | QtCore.Qt.ShiftModifier)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.