Removed propagation of UV changes across boundary of selection #116914

Closed
Jonas Dichelle wants to merge 4 commits from JonasDichelle:jonasdichelle-patch-1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

4 Commits

Author SHA1 Message Date
Jonas Dichelle ab612709a8 Update scripts/startup/bl_operators/uvcalc_follow_active.py
Added the propagate loop of @Chris_Blackbourn back in with the option to toggle it using a boolean "Rip Modified UVs" in the operator.
2024-01-09 00:09:04 +01:00
Jonas Dichelle 6321c7106c revert 6996b8e00d
revert Update scripts/startup/bl_operators/uvcalc_follow_active.py

Added the propagate loop of @Chris_Blackbourn back in with the option to toggle it using a boolean "Rip Modified UVs" in the operator
2024-01-08 23:50:57 +01:00
Jonas Dichelle 6996b8e00d Update scripts/startup/bl_operators/uvcalc_follow_active.py
Added the propagate loop of @Chris_Blackbourn back in with the option to toggle it using a boolean "Rip Modified UVs" in the operator
2024-01-08 23:28:05 +01:00
Jonas Dichelle 41809aabc4 Update scripts/startup/bl_operators/uvcalc_follow_active.py
# Propagate UV changes across boundary of selection.

Removed propagation of UV changes across boundary of selection.
This caused unwanted stretching behavior as descriped here:
#115432
2024-01-08 22:43:44 +01:00