Adverti horiz upsell

Nightshade UV Editor 2.1.3 for Maya (maya script)

Nightshade UV Editor extends the Maya's UV Texture Editor with tools, scripts and a UI that greatly speed up the time it takes doing UV work.

License
Button download
27,682 Downloads

Compatibility

  • 2017, 2016, 2015, 2014, 2013

Operating Systems

  • Mac
  • Windows

History

Created:09/11/2012
Last Modified:09/11/2016
File Size: 3.2 MB

Bugs

import error

Statusclosed
Prioritylow
Date08/26/2016
Submitted byFormJune FormJune
Hi Martin,

Must metion that because UI.py placed same module NSUV.__init__.py there's no need to use command like this:
import NSUV.UI as UI, just put down import UI (line 63)
Indeed, that's might be not critical but since NSUV module is being imported there's no registered UI.py module. In my case I get import error: NSUV has no UI.

thanks,
Andrey
 

Comments on this bug:

  • Martin Dahlin

    Martin Dahlin said over 8 years ago:

    Thank you for your feedback Andrey. Just using... import UI ...results in "# Error: line 14: NameError: file C:/Users/Martin/Documents/maya/2017/scripts\NSUV\__init__.py line 60: name 'createUI' is not defined #" import UI as UI ...does work though!
  • Martin Dahlin

    Martin Dahlin said over 8 years ago:

    import NSUV.UI as UI changed for import UI as UI in version 2.1.2 Closing this ticket. Write back if the problem persists!
  • FormJune

    FormJune said over 8 years ago:

    Thanks for responsibility! :) I tried to test and find out it might be related to mel code. Like python("import UI") reimports UI.py from Maya's deep. Hovewer while it works it's fine.

Post a comment: