Massive Panel v8.0
This location is for Registered Users Only.
Perhaps you need to login or register.
11.0, 10.5 or later
Linux, Windows


Massive Panel v8.0 (Beta). Tested on Windows7 and Linix Mint. Did not test in working environment yet.
Adapted to work with Nuke 11, no other updates or changes in this release.
If you running Nuke 10 or earlier please use Massive Panel v7
Huge thanks to Falk Hoffman and Marco Meyer for guiding me trough PySide to PySide2 conversion nightmare.
Instalation:
extract files to your plugins directory.
add to your menu.py please
import mps2
|
SETTING EXPRESSIONS OR TEXT VALUES
- increment type can be geometrical progression or arithmetical progression(defdault).
- added 'duplicate' function - create duplicates from selected node.
---------------------------------------------------------------------------------------------------------
Credits
align nodes . Original script written by Frank Rueter http://www.nukepedia.com/python/nodegraph/alignnodes
align nodes checkerboard. Original script written by Howard Jones http://www.nukepedia.com/python/nodegraph/checkerboardnodes
expand/contract nodes. Original script written by Frank Rueter http://www.nukepedia.com/python/nodegraph/scalenodes
Comments
1 added ability to manipulate Nodes with 4 arrays, before was only X Y Z, now X Y Z W (or rgba, xyrt and so on)
2 added new button - "Print". (printing values of selected nodes for sertain knob)
You need type in "Knob" field name of the knob,
select bunch of Nodes,
press "Print" - pop up message will jump with names of selected nodes and values of knob you typed in.
thank you Salvador.
New Massive Panel V_6 is out!
please check out new features
Have fun.
thanks for the update! :)
forgot to mention - this version (7.1)will not work on Nuke 11. Will update it as soon as will put my hands on Nuke 11 and its new PySide.
Cheers!
#Choose between PySide and PySide2 based on Nuke version
if nuke.NUKE_VERSI ON_MAJOR < 11:
from PySide import QtCore, QtGui, QtUiTools, QtGui as QtWidgets
from PySide.QtCore import Qt
from PySide.QtGui import QCompleter
else:
from PySide2 import QtGui, QtUiTools, QtCore, QtWidgets# Import the PyQt4 module we'll need
from PySide2.QtCore import Qt
from PySide2.QtWidge ts import QCompleter
I am sure i did try it already but had to go for a bit more complex solution, maybe i did miss something though, will give it a second (fifth, tenth) go
i does work now, but i have it in two separated versions for v10 and v11 - means twice support
cheers!
I use it for nuBridge and many companies use it as well to keep code compatible for old and new versions of Nuke:
https://github.com/mottosso/Qt.py
hi Phil,
Now it works with both versions as you suggested.
thanks a lot.
will fix some BUGs and update the submission.
RSS feed for comments to this post