Adverti horiz upsell

Skin wrap 1.0.2 for Maya (maya script)

Alternative to wrap deformer using skin cluster

License
Button download
2,935 Downloads

Compatibility

  • 2012, 2011, 2010, 2009

Operating Systems

  • Irix
  • Linux
  • Mac
  • Solaris
  • Windows

History

Created:12/04/2011
Last Modified:07/20/2013
File Size: 3.75 KB

Keywords

deformer

Bugs

MAYA 2014 OSX ERROR

Statuspending
Prioritylow
Date10/04/2014
Submitted bypablo fx pablo fx
from skinWrap import *skinWrap()# Error: ImportError: file <maya console> line 1: No module named skinWrap # 

install in this directory:
/Users/Shared/Autodesk/Maya2014/plug-ins

the script code have this root:
s3C:/Users/Valerio/Documents/maya/scripts\skinWrap.pytskinWraps 


Not appear the interfase.

Thank you for share your script. 

Comments on this bug:

  • Valerio Di Napoli

    Valerio Di Napoli said almost 6 years ago:

    Please try running this:
     
    sys.path.append("FULL_PATH_TO_FOLDER_CONTAINING_THE_SCRIPT")
    from skinWrap import *
    skinWrap()

Post a comment: