Adverti horiz upsell

superLayerManager - An Useful DisplayLayer Manager 0.7.9 for Maya (maya script)

An Useful DisplayLayer Manager

License
Button download
1,032 Downloads

Compatibility

  • 2014, 2013, 2012

Operating Systems

  • Windows

History

Created:10/18/2012
Last Modified:04/09/2014
File Size: 75.5 KB

Keywords

maya 2012 x64

Bugs

installation

Statuspending
Prioritylow
Date11/06/2012
Submitted byxzxzx xzxzx
please, write details of installation.

maya 2012 64 bit

import slm as superLayer

superLayer.main()


# Error: line 1: ImportError: file <maya console> line 1: No module named slm #

or

import superLayer as superLayer

reload(superLayer)

superLayer.main()


# Error: ImportError: file <maya console> line 1: No module named superLayer #

Comments on this bug:

  • looksoon sun

    looksoon sun said almost 12 years ago:

    First unrar the file to somewhere on your disk, etc. c:\YourScript\SuperLayerManager Second modify the path in the example below and run in maya python script editor: import sys pfPath = r'c:\YourScript\SuperLayerManager' if pfPath not in sys.path: sys.path.append(pfPath) import slm as slm reload(slm) slm.main()

Post a comment: