The Foundry is a bit far behind on these things.  Nuke 10 did make the big
leap to gcc 4.8 which was huge for us so they are the least worst offender
(Mari is the farthest behind).  I hope they can do the qt5.6 jump next
year.  Maya 2017 just came out last week with this update.

NUKE Nuke 10.0v1 VFX 2016
Alembic 1.5.0 1.5.8
Autodesk FBX 2012.2 latest (2016/2017)
Boost 1.43.0 1.55
GCC 4.8.3 4.8.3
OpenEXR 2.2 2.2.x
OpenColorIO 1.0.9 1.0.9
OpenSubDiv NA 3.0.x
PySide 1.2 2
Python 2.7.3 2.7.5 or higher
Ptex NA 2.0.42
QT 4.8.5 5.6.x

On Tue, Jul 26, 2016 at 6:12 PM, Frank Rueter|OHUfx <fr...@ohufx.com> wrote:

> Thanks Fredrik,
>
> that sounds a little scary but I'm glad you're onto it :)
> When I get time I should give it a go with my existing code.
> Any word from The Foundry about their plans re QT4/5 PySide/PySide2?
> Any plan on vfx platfrom for this?
>
> Thanks for your work!!
>
> frank
>
>
> On 07/26/2016 09:45 PM, Fredrik Averpil wrote:
>
> Yeah this is one %!&#! of a headache.
>
> I’d like to just mention Qt.py <https://github.com/mottosso/Qt.py>, which
> is an open source project Marcus Ottosson and myself started because of
> this mess as well as PySide will disappear alltogether the day Nuke stops
> using Qt4 and begins using Qt5.
>
> When that happens, PySide2 will most likely get bundled with Nuke and all
> previous PySide/PyQt4 scripts will stop working.
>
> So, our solution is you don’t import PySide at all. Instead you import our
> shim instead of a specific Python binding. This simple example code works
> in Python 2 & 3 with either PySide, PyQt4, PySide2 or PyQt5:
>
> import sysfrom Qt import QtWidgets
>
> app = QtWidgets.QApplication(sys.argv)
> button = QtWidgets.QPushButton("Hello World")
> button.show()
> app.exec_()
>
> To help get you started, here are two blog posts which outline how to use
> Qt.py:
>
>    -
>
>    Dealing with Maya 2017 and PySide2
>    
> <https://fredrikaverpil.github.io/2016/07/25/dealing-with-maya-2017-and-pyside2/>
>    -
>
>    Developing with Qt.py
>    <https://fredrikaverpil.github.io/2016/07/25/developing-with-qt-py/>
>
> We’d love to hear what you think about this! :)
>
> Regards,
> Fredrik
> ​
>
>
> _______________________________________________
> Nuke-python mailing listnuke-pyt...@support.thefoundry.co.uk, 
> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
>
> _______________________________________________
> Nuke-python mailing list
> Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to