Wings 3D Development Forum

Full Version: Importing UV map? Reapplying UV map without having to make a new one?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have run into a bit of a slump here, apologies if it is an obvious solution, I just couldn't figure it out on my own.

I followed some tutorials and exported the texture after mapping it, however I must have screwed something up. I messed around with the default material and I guess it overran the UV map I had made? However, opening the UV window with the object selected takes me to the correct map as I made it but I can't get it to show up on the object, it just stays with the edited default material.

A possible solution I found is to select the object, right click on UV map to redo it and trace over the old one which shows up in the window, which wouldn't be unreasonably hard, but I'd rather find a more elegant solution in case I have the same issue later on but in a more complicated fashion.

I'd like to know, is there any other way or do I have to bite the bullet? Also, when I made the UV map I clicked on "Export UV" and got a .eps file. Is it not possible to import this file so it redoes the UV map exactly as it was before?

In the image I attached, the outlined file in the outliner is the texture I am trying to apply.

Thanks in advance.

[Image: imagen-2023-04-23-023420788.png]
Yeah, I think there are some misunderstanding here. Smile

Malbo Wrote:A possible solution I found is to select the object, right click on UV map to redo it and trace over the old one which shows up in the window, which wouldn't be unreasonably hard, but I'd rather find a more elegant solution in case I have the same issue later on but in a more complicated fashion.
You don't need to rework on the UV coordinates (the unwrap process) if you really didn't change the object geometry or want to produce new UV layout from scratch.

Quote:Also, when I made the UV map I clicked on "Export UV" and got a .eps file. Is it not possible to import this file so it redoes the UV map exactly as it was before?
Here you could use the method you used before (as you said, I assume you know about it) that is use the option Create Texture. This will automatically create a material with the object name followed by the termination "_auv" and this material will already get an image/texture assigned to it.

The Export UV option is intended to generate a .EPS file that can be edited and used for things like papercraft.

Malbo Wrote:I messed around with the default material and I guess it overran the UV map I had made? However, opening the UV window with the object selected takes me to the correct map as I made it but I can't get it to show up on the object, it just stays with the edited default material.
Once you have unwrapped the object the UV information will remains on it's structure until you explicitly remove them:
- in body selection mode, select the object and in context menu look for Vertex Attributes option; Choosing it you get a new submenu which you can choose either Remove UV Coordinates or Remove All Attributes (this will include vertex colours).
That been said, you just need to assign a material to an object to get it applied to the object and if this object have an image/texture assigned to it then you are going to see it on the object too.


The usual workflow is:
- Unwrap/Unfold the object/faces (UV Mapping) - AutoUV Segmenting window;
- Adjust the UV layout on AutoUV window and use the Create Texture option;
- Rename the image/texture on Outline window if necessary and use the context menu "Export...";
- Paint the image/texture in a software of preference and then just use the option Refresh on Outline window for the desired image/texture to get it updated and applied to the material which will reflect in the object;

If you are going to just use an image already available, then you just need to replace the one that is assigned to the material. You do that by using the drag and drop method.
After you load the image on Wings3D, in the Outliner select the image and keeping the LMB pressed move it over the desired material and release the LMB. A menu will pop up asking for what kind of map you are going to assigne that image which usually can be the Base Color.


Let me know if you still need more information to fix your issue, but it's all here. Smile
Thanks for all the info, I had trouble understanding UV maps but this is really helpful. I hadn't realized that after dragging the texture and clicking base color I had to select the body of the object and apply the material again.

As I thought, the solution was quite simple but I just couldn't figure it out, sorry for the trouble Smile
Quote:As I thought, the solution was quite simple but I just couldn't figure it out, sorry for the trouble Smile
No problem. Ask if you have doubts.