Block a user
Fix #106314: warn user when paste-uvs fails to find match
Chris Blackbourn
created branch uv-paste-warn2 in Chris_Blackbourn/blender
2023-04-06 01:04:53 +02:00
41a3a3f0d8
Fix #106314: warn user when paste-uvs fails to find match
d34abea26a
Cleanup: format
b626f1fd18
Cleanup: use ".cc" & ".hh" extensions for intern/ghost
Chris Blackbourn
created branch uv-paste-warn in Chris_Blackbourn/blender
2023-04-06 01:01:01 +02:00
c35c92acd4
Fix #106314: warn user when paste-uvs fails to find match
46def3858f
Cleanup: format
d1bbb32cb4
Fix #106602: Cyclic link in versioning code
302e858273
Fix #104507: Show Splash if New Version
8f8548e964
Fix libs harvesting for Embree as a dynamic library
Pack to the same bounding box
Copy/Paste UV Operator Sometimes doesn't Work
It would be nice to get a warning in the UI that the operation failed because of going over the iteration limit. Right now the user gets no feedback whatsoever.
I think that's a very…
Copy/Paste UV Operator Sometimes doesn't Work
Looks like we're tripping this safe-guard to prevent an infinite loop:
if (iteration_count++ > 10000000) {
/* Unlikely to find a solution, may as well give up.
* Can…
Average Island Scale Corrupts UVs