Unwrapping doesn't take into account mirror modifier geometry #48428

Closed
opened 2016-05-14 13:01:07 +02:00 by Henrik Berglund · 9 comments

System Information
Win8 64 bit, 560Ti

Blender Version
Broken: 2.77

Short description of error
Unwrapping doesn't take into account mirror modifier geometry. What this means is that unwrapping only takes into account the "real" geometry, so for example if you unwrap a sphere with a mirror modifier you will unwrap one half of the sphere which gives severe UV distortion at the mirror axis. This of course kind of makes sense because the geometry isn't real (and you can only select half of the mesh), but it would be nice if Blender could act as if the mirrored geometry was there so you could get a better result. After all with the mirror modifier you're probably looking for an unwrap that also has mirrored UVs, so the less distortion the better.
Here's an example, mirrored to the left: unwrap_mirror_modifier.png

Exact steps for others to reproduce the error
Create two UV spheres.
Delete half of one UV sphere and add a mirror modifier.
Add a seam parallel to the X axis on both spheres.
Unwrap. They will look different which is unwanted behavior.
unwrap_mirror_modifier.blend

**System Information** Win8 64 bit, 560Ti **Blender Version** Broken: 2.77 **Short description of error** Unwrapping doesn't take into account mirror modifier geometry. What this means is that unwrapping only takes into account the "real" geometry, so for example if you unwrap a sphere with a mirror modifier you will unwrap one half of the sphere which gives severe UV distortion at the mirror axis. This of course kind of makes sense because the geometry isn't real (and you can only select half of the mesh), but it would be nice if Blender could act as if the mirrored geometry was there so you could get a better result. After all with the mirror modifier you're probably looking for an unwrap that also has mirrored UVs, so the less distortion the better. Here's an example, mirrored to the left: ![unwrap_mirror_modifier.png](https://archive.blender.org/developer/F311848/unwrap_mirror_modifier.png) **Exact steps for others to reproduce the error** Create two UV spheres. Delete half of one UV sphere and add a mirror modifier. Add a seam parallel to the X axis on both spheres. Unwrap. They will look different which is unwanted behavior. [unwrap_mirror_modifier.blend](https://archive.blender.org/developer/F311851/unwrap_mirror_modifier.blend)
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @cyaoeu

Added subscriber: @cyaoeu

Added subscriber: @zeauro

Added subscriber: @zeauro

Mirror modifier have U and V option to create UVs for mirrored geometry according center of UVspace.
So, you can use an non symmetrical texture on a mesh using mirror modifier.

But you have to set your UVIslands in UVspace according to this logic.
Mirrored_UVs.jpg

You are requesting another way to mirror.
Instead a global setting, you are asking same functionnality per island.

It would imply definition of edges as aligned to symmetrical axe.

Anyways, it is not a bug but a feature request.

Mirror modifier have U and V option to create UVs for mirrored geometry according center of UVspace. So, you can use an non symmetrical texture on a mesh using mirror modifier. But you have to set your UVIslands in UVspace according to this logic. ![Mirrored_UVs.jpg](https://archive.blender.org/developer/F312212/Mirrored_UVs.jpg) You are requesting another way to mirror. Instead a global setting, you are asking same functionnality per island. It would imply definition of edges as aligned to symmetrical axe. Anyways, it is not a bug but a feature request.
Author
Member

I'm aware that UVs can be mirrored along the U axis which is nice and the reason why I created this bug report. It's probably possible to make a complete model while using the mirror modifier and I'm looking for ways to make this workflow better. And yes, UV islands would have to be manually edited after unwrapping to get a good mirrored result. That's not the point though. It would be better if the mirrored geometry was taken into account when unwrapping because it would give you a closer result to what you really want. It's not really another way to mirror.

It's more obvious when unwrapping a character mesh. For the mirrored mesh you would get an unwrap that is distorted (curved) at x 0 because that is not the "middle" of the mesh since it's mirrored and the unwrap only sees half of the mesh. For the same mesh with the mirror modifier applied you get a perfectly straight line at x 0 because that is truly the middle and this is what you want when you later want to texture the mesh.

Whether this is a bug report or a feature request is debatable. Sure, the unwrapping itself works so it's not bugged in that sense. However the currect behavior is not what you want when unwrapping meshes that are mirrored so this is the reason I filed a bug report.

I'm aware that UVs can be mirrored along the U axis which is nice and the reason why I created this bug report. It's probably possible to make a complete model while using the mirror modifier and I'm looking for ways to make this workflow better. And yes, UV islands would have to be manually edited after unwrapping to get a good mirrored result. That's not the point though. It would be better if the mirrored geometry was taken into account when unwrapping because it would give you a closer result to what you really want. It's not really another way to mirror. It's more obvious when unwrapping a character mesh. For the mirrored mesh you would get an unwrap that is distorted (curved) at x 0 because that is not the "middle" of the mesh since it's mirrored and the unwrap only sees half of the mesh. For the same mesh with the mirror modifier applied you get a perfectly straight line at x 0 because that is truly the middle and this is what you want when you later want to texture the mesh. Whether this is a bug report or a feature request is debatable. Sure, the unwrapping itself works so it's not bugged in that sense. However the currect behavior is not what you want when unwrapping meshes that are mirrored so this is the reason I filed a bug report.

I just tried to clarify things for devs. Your report could be mistaken as a bug of U and V options of the modifier.

I don't disagree that it would be better than current situation.

By the way, this year, there is a GSOC dedicated to UVtools.
Did you try to contact its dev ?
http://blenderartists.org/forum/showthread.php?397599-GSOC-2016-UV-Tools

It is probably out of scope of its GSOC. Maybe he will look at it after.

I just tried to clarify things for devs. Your report could be mistaken as a bug of U and V options of the modifier. I don't disagree that it would be better than current situation. By the way, this year, there is a GSOC dedicated to UVtools. Did you try to contact its dev ? http://blenderartists.org/forum/showthread.php?397599-GSOC-2016-UV-Tools It is probably out of scope of its GSOC. Maybe he will look at it after.

Added subscriber: @Psy-Fi

Added subscriber: @Psy-Fi

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Antonis Ryakiotakis self-assigned this 2016-05-16 13:58:40 +02:00

I'm afraid I'll have to agree that this is indeed not a bug - it works as intended so I will be closing this.

Unwrapping generally does not take modified geometry into account. It's possible to make it do so - as in the case of the subsurf uv unwrapping feature for instance - but this is the whole point: This is a feature request that needs an exception for the mirror modifier.

I've experimented in the past with mirrored unwrapping. The basic idea is simple but aligning to an axis is more difficult and requires more custom code than "take the mirrored mesh into account".

I'm afraid I'll have to agree that this is indeed not a bug - it works as intended so I will be closing this. Unwrapping generally does not take modified geometry into account. It's possible to make it do so - as in the case of the subsurf uv unwrapping feature for instance - but this is the whole point: This is a feature request that needs an exception for the mirror modifier. I've experimented in the past with mirrored unwrapping. The basic idea is simple but aligning to an axis is more difficult and requires more custom code than "take the mirrored mesh into account".
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#48428
No description provided.