Adverti horiz upsell

bSkinSaver 1.1.0 for Maya (maya script)

saves and loads skinCluster weights

License
Button download
799 Downloads

Compatibility

  • 2016

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:07/21/2015
Last Modified:03/13/2016
File Size: 29.7 KB

Keywords

skinCluster

Q/A

Using this with Python 3.6.5

Date:04/24/2018
Submitted by: Brindle_Max Brindle Brindle_Max Brindle
I'm fairly new to python, but from what I've gathered this script uses a package called PySide for UI based commands right?  Particularly you import QtCore and QtGui from PySide in the first few lines of the script. It seems that PySide is no longer compatible with the newests versions of python. I have installed python 3.6.5.  
 
I think that my version of python will work with similar packages such as PyQt5 or PyQtX. If it does, then is it possible to change the line...
 
 
'from PySide import QtCore, QtGui' 
 
to
 
'from PyQt5 import  QtCore, QtGui'
 
... without effecting the function of the script. If you know anyway I can use your bSkinSaver script with python 3.6.5 any help would be greatly appreciated. Thank you
 
(p.s.) sorry for the empty post before this, my finger slipped and I hit the enter key.
 

Post a reply: