Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn created pull request blender/blender#106606 2023-04-06 01:06:25 +02:00
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
Chris Blackbourn pushed to uv-paste-warn2 at 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
Compare 3 commits »
Chris Blackbourn pushed to main at blender/blender 2023-04-06 01:03:40 +02:00
d34abea26a Cleanup: format
Chris Blackbourn created branch uv-paste-warn in Chris_Blackbourn/blender 2023-04-06 01:01:01 +02:00
Chris Blackbourn pushed to uv-paste-warn at 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
Compare 10 commits »
Chris Blackbourn closed issue blender/blender#78396 2023-04-01 10:15:06 +02:00
Pack to the same bounding box
Chris Blackbourn pushed to main at blender/blender 2023-04-01 10:15:06 +02:00
957ac41237 Fix #78396: Pack UVs to original bounding box
Chris Blackbourn pushed to main at blender/blender 2023-04-01 00:43:26 +02:00
531f99ffbd UV: simplify uv packing api and simplify uv packing
Chris Blackbourn commented on issue blender/blender#106314 2023-03-31 02:26:53 +02:00
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…

Chris Blackbourn commented on issue blender/blender#106314 2023-03-31 01:04:49 +02:00
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…
Chris Blackbourn pushed to main at blender/blender 2023-03-30 23:10:34 +02:00
ed0e4f4043 UV: refactor uv packing, reduce usage of #BoxPack
Chris Blackbourn pushed to main at blender/blender 2023-03-30 22:02:21 +02:00
40f050aadc UV: simplify packing usage of #BoxPack
Chris Blackbourn pushed to main at blender/blender 2023-03-30 01:36:58 +02:00
3cfc3eab93 UV: fix unreported, bad uv packing with convex shape_method.
Chris Blackbourn pushed to main at blender/blender 2023-03-30 01:29:16 +02:00
9ea6771d10 Cleanup: simplify sorting during uv packing
Chris Blackbourn pushed to main at blender/blender 2023-03-29 23:32:00 +02:00
abb879175e Fix #106283: several uv operations producing missing uvs
Chris Blackbourn closed issue blender/blender#106283 2023-03-29 23:31:59 +02:00
Average Island Scale Corrupts UVs
Chris Blackbourn pushed to main at blender/blender 2023-03-29 06:19:47 +02:00
86b1e5e3b6 Cleanup: simplify uv packing api
Chris Blackbourn pushed to main at blender/blender 2023-03-28 04:54:51 +02:00
8ac67a798b Cleanup: Simplify aspect ratio usage in uv unwrapper
Chris Blackbourn pushed to main at blender/blender 2023-03-28 04:09:29 +02:00
ceaaf7f0ca Cleanup: format