Texture and UV atlas script

Texture and UV atlas script

olsen6
Community Visitor Community Visitor
8,703 Views
10 Replies
Message 1 of 11

Texture and UV atlas script

olsen6
Community Visitor
Community Visitor

I am looking for a way to combine multiple objects with multiple textures into multiple objects sharing just one texture. To do this a new texture would need to be created containg all the objects textures packed into one. THe objects UVs would also need to be scaled and offset correctly to fit in the new Big Atlas texture.

Do you know anything about this kind of script? I found NinjaUV, but something more?

0 Likes
8,704 Views
10 Replies
Replies (10)
Message 2 of 11

absoluteKelvin
Collaborator
Collaborator

https://vimeo.com/126382588

 

Easy Atlas

https://www.artstation.com/kelvintam
0 Likes
Message 3 of 11

sean.heasley
Alumni
Alumni

Hi @olsen6 and welcome to the community!

 

I'm just checking in to see if you need more help with this. Did the suggestion that @absoluteKelvin provided work for you?

If so, please click Accept as Solution on the posts that helped you so others in the community can find them easily.

0 Likes
Message 4 of 11

davebaer954
Contributor
Contributor

I get this error when running the Easy Atlas script:

 

Error: ImportError: file C:/Users/ThisGuy/Documents/maya/2018/scripts\easy_atlas\core.py line 1: No module named PySide.QtCore

 

A friend said I was missing the Python libraries and he said to go here: https://wiki.qt.io/PySide but their download page isn't working. 

 

Any suggestions? I am not code-friendly, so layman's terms would be appreciated. 🙂

0 Likes
Message 5 of 11

aug440
Explorer
Explorer
Message 6 of 11

Anonymous
Not applicable

Hello, I can not get Easy Atlas to work in Maya 2019.

1. I put the "easy_atlas" script folder in C:\Users\USERNAME\Documents\maya\2019\scripts

2. I pasted "import easy_atlas; easy_atlas.launch()" into the Python Script editor.

3. I get # Error: ImportError: file C:/Users/Sean.Rodrigues/Documents/maya/2019/prefs/scripts\easy_atlas\core.py line 1: No module named PySide.QtCore # 

 

Has anyone found a fix for this error?

0 Likes
Message 7 of 11

Anonymous
Not applicable

Putting the easy_atlas folder in the \Documents\maya\2019\prefs\scripts directory did not work either.

0 Likes
Message 8 of 11

Anonymous
Not applicable

did you by any chance found the answer cuz i am having problems with it as well cant seem to finding anything

Message 9 of 11

Anonymous
Not applicable

It does not seem to work with Maya 2019.

 

0 Likes
Message 10 of 11

rameezmalik001
Explorer
Explorer

for those who cant run after successfully copy the folder into scripts folder. copy execution code into notepad and make it in 2 lines like down blow. and hit enter. It will work

import easy_atlas
easy_atlas.launch()

 

0 Likes
Message 11 of 11

davedub
Participant
Participant

We're trying to get this working in Maya 2020. On running

 

import easy_atlas
easy_atlas.launch()

 

We get:

 

# Error: RuntimeError: file C:/.../maya/2020/scripts\easy_atlas\core.py line 181: Controls must have a layout. No layout found in window : #

 

Any help greatly appreciated!

0 Likes