Adverti horiz upsell

deformerFromSoftSelection 2.1.0 for Maya (maya script)

Create a cluster or a joint from a soft selection.

License
Button download
1,236 Downloads

Compatibility

  • 2015, 2014, 2013, 2012, 2011, 2010, 2009

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:11/03/2008
Last Modified:04/29/2013
File Size: 7.67 KB

Bugs

Does not work on Maya 2014 Windows 7 x64

Statusclosed
Priorityhigh
Date05/22/2014
Submitted bygeoff3d geoff3d
I can not get this script to work at all. On Maya 2014 x64 Windows. Can pop up the UI, no options in the UI work - just give errors such as, "name 'deformerFromRichSelectionWrapper' is not defined".

I'm running it with:
import mg_deformerFromSoftSelection as mgmg.deformerFromRichSelectionUI()

If anyone (author?) can please help that would be great.

Comments on this bug:

  • mauro81

    mauro81 said over 10 years ago:

    Hi, it works fine in Maya 2014, it's a python script so it's not really version dependent. You need to source the script first. 2 ways to do it: 1) Copy and paste the python script in the script editor in a python tab. Source it, select all of it and press control+enter. The run deformerFromRichSelectionUI() 2) Save the script in a folder included in maya python path. Then import mg_deformerFromSoftSelection as mg (This look in all maya python path to find the script and source it) mg.deformerFromRichSelectionUI() (runs the UI)
  • geoff3d

    geoff3d said over 10 years ago:

    Hi, Thanks for your reply - method 2 didn't work for me because while I usually run python scripts from my scripts directory fine, my scripts folder wasn't set specifically as python path. It is now, and it works fine ;) Thanks again for your great script! Cheers, Geoff

Post a comment: