Adverti horiz upsell

Texel Density Advisor 1.0.2 for Maya (maya script)

Essential tool to figure out texture resolution

License
Button download
2,427 Downloads

Reviews

Rating: 4.5
(8)

Compatibility

  • 2017, 2016, 2015, 2014

Operating Systems

  • Windows

History

Created:03/28/2016
Last Modified:10/18/2016
File Size: 7.98 KB

Keywords

texture, density

Q/A

does not install Maya 2016.5

Date:08/05/2016
Submitted by: Alex Bone Alex Bone
Hi I am using maya 2016 extension 2 the installation instructions are not working--

this is the error I recieve--

# Error: AttributeError: file <maya console> line 3: type object 'texelDensityAdvisor' has no attribute 'createUI' # 


just a heads up.  thank you for the time spent on this great tool.  I look forward to trying it! 

Replies to this question:

  • Replyindent
    Sergey Lyubich

    Sergey Lyubich said about 10 years ago:

    Hi! I am pretty sure that you installed it wrong. It works fine for me in 2016.5 Here is a valid path: C:\Users\****\Documents\maya\2016.5\scripts\texelDensityAdvisor **** obviously is a username. And a valid file structure in this folder is: 1) ui (a folder with "stylesheet.qss" in it) 2) __init__.pyc 3) texelDensityAdvisor.pyc To run the script use (python script): from texelDensityAdvisor import texelDensityAdvisor texelDensityAdvisor.createUI() If it still doesn't work, try executing this (python as well): from texelDensityAdvisor import texelDensityAdvisor texelDensityAdvisor.texelDensityAdvisor() This is a very lame way to run the script because it will spawn new windows instead of replacing the one that (if) already exists. It is not intended to be used like that, but if it is the only way, it is a good way) If anything of the above helps, please write here what it was. Could help someone else. If not - contact me at kupnu4000@yandex.ru. Cheers!
  • U-Jin

    U-Jin said about 10 years ago:

    Hello. I'm using Maya 2017 and have an error while trying to run script. I installed Texel Density Advisor 1.0.1 in this path: "c:\Users\eugenius113\Documents\maya\2017\scripts\texelDensityAdvisor\" Then I switched Script Editor to Python and entered the following code: "from texelDensityAdvisor import texelDensityAdvisor texelDensityAdvisor.createUI()" Script Editor returned to me this error: "# Error: line 1: ImportError: file C:/Users/Kupnu/Documents/maya/2016.5/scripts\texelDensityAdvisor\texelDensityAdvisor.py line 1: No module named PySide #" I think the script has some misunderstands with usernames. It use your username :)
  • Replyindent
    U-Jin

    U-Jin said almost 10 years ago:

    Thank you very much! Now works in May 2017.
  • Replyindent
    Sergey Lyubich

    Sergey Lyubich said almost 10 years ago:

    Check out the update!
  • Replyindent
    U-Jin

    U-Jin said about 10 years ago:

    I will wait and hope :)
  • Replyindent
    Sergey Lyubich

    Sergey Lyubich said about 10 years ago:

    Hi! The answer is pretty simple. This is a quote from official Maya2017 documentation ========================================== What's New in General New Qt and PySide versions Maya now uses Qt version 5.6.1 and PySide version 2.0. ========================================== Which basically means that scripts that were made on previous PySide versions won't work in Maya 2017. TD Advisor was made using PySide 1, so it doesn't work. As simple as that. I am going to switch to maya2017 eventually, but it will take some time to convert all of my scripts for PySide 2.0 and make them reverse compatible to previous Maya versions. Sadly enough, TD Advisor is not my #1 priority, but I'll do it one day, I promise) Cheers!
  • idahopotatis

    idahopotatis said over 9 years ago:

    Cant get it to work on Maya 2017 - script editor says : # Error: ImportError: file <maya console> line 1: No module named texelDensityAdvisor (Density folder in Maya/2017/scripts).
     
    Please advice!
    Peter

Post a reply: