Pixel-Unwrapper
Pixel-Unwrapper copied to clipboard
[Feature Request] Modify Texture when moving the selected UV islands around by hand
It would be really powerful to be able to move the texture with the uv selection to a new arbitrary position.
Minimal implementation:
- Make a UV selection
- Press button
Copy Texture - Move UV to a new location
- Press button
Paste Texture
Ideal implementation:
- Make a UV selection
- Press button
Move UV - Move the selection around
- On move start:
4.1 Apply
Copy Texture4.2 Render it under the UV selection being moved - On move end:
5.1 Apply
Paste Texture
Hey!
Yep. 'Preserving' the texture through arbitrary UV modifications would be really powerful and cool!
You can do something very similar to what you describe already, the steps are:
- Duplicate current UVMap
- Modify new UV map as desired
- Bake from old UV map to new UV map. The plugin has a button for this. IIRC you need 2 UV maps and you have to be in Object Mode