flop and flip v1.2
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: satheesh R
Another handy script for nuker's. Hope this will help you friends.
Requirements:
5.2, 6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows
5.2, 6.0, 6.1, 6.2, 6.3, 7.0 or later
Linux, Mac, Windows


Fixed node selection issue.
For doing flop or flip you need to add mirror node and connect it with a (any) node, then constantly check and uncheck the Horizontal or vertical knob. Finally you have to delete the mirror node.
flopFlop script dosen't need above step 's. Now you can flop & flip your current viewer by hotKeys. Just press ctrl+F for flop, ctrl+shift+F for flip.
Add following lines to your menu.py:
import flopflip
menuBar.addCommand('Edit/Node/flop', 'flopflip.flop()', 'ctrl+f')
menuBar.addCommand('Edit/Node/flip', 'flopflip.flip()', 'ctrl+shift+f')
Please login in order to download these files.