Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn created branch uv-add-support-for-wmJob in Chris_Blackbourn/blender 2023-04-13 01:17:25 +02:00
Chris Blackbourn pushed to main at blender/blender 2023-04-13 00:24:38 +02:00
d48939f103 Cleanup: Simplify uv packing engine
5ba30e07f2 Cleanup: Simplify uv packing api
ecfdbaef9b Cleanup: format
Compare 3 commits »
Chris Blackbourn pushed to main at blender/blender 2023-04-10 01:47:38 +02:00
0a460d4707 UV: refactor uv packing for readability and performance
Chris Blackbourn pushed to main at blender/blender 2023-04-09 01:24:56 +02:00
bc86223975 Cleanup: readability improvements in uv packer
Chris Blackbourn commented on issue blender/blender#106713 2023-04-09 00:10:44 +02:00
Reverse UV Sampler 2.0

Let me know if you're working on this one!

Chris Blackbourn pushed to main at blender/blender 2023-04-07 10:26:14 +02:00
564418f6a4 UV: support for non-square bitmaps in uv packer, alpaca_rotate
Chris Blackbourn commented on pull request blender/blender#105821 2023-04-07 03:39:41 +02:00
UV: Add option to Pack UVs using xatlas strategy

Better rotation support is in 43476e2d71ce

image Suzanne_Pieces, compare with earlier version above ^^^.

... Still more improvements to…

Chris Blackbourn pushed to main at blender/blender 2023-04-07 03:37:48 +02:00
43476e2d71 UV: improve layout efficiency of uv packing when rotation enabled
Chris Blackbourn pushed to main at blender/blender 2023-04-07 03:09:32 +02:00
984da82283 Cleanup: format
Chris Blackbourn deleted branch refactor-mesh-corners-generic from Chris_Blackbourn/blender 2023-04-06 04:41:56 +02:00
Chris Blackbourn deleted branch overlay-next from Chris_Blackbourn/blender 2023-04-06 04:41:46 +02:00
Chris Blackbourn deleted branch uv-alpaca-rotate from Chris_Blackbourn/blender 2023-04-06 04:41:35 +02:00
Chris Blackbourn deleted branch uv-paste-warn from Chris_Blackbourn/blender 2023-04-06 04:41:26 +02:00
Chris Blackbourn pushed to main at blender/blender 2023-04-06 03:50:00 +02:00
63c0e1be31 UV: paste-uvs will return OPERATOR_CANCELLED if uvs were unchanged
Chris Blackbourn deleted branch uv-paste-warn2 from Chris_Blackbourn/blender 2023-04-06 03:37:16 +02:00
Chris Blackbourn pushed to main at blender/blender 2023-04-06 03:37:13 +02:00
6e1c048250 Fix #106314: warn user when paste-uvs fails to find a match
Chris Blackbourn closed issue blender/blender#106314 2023-04-06 03:37:12 +02:00
Copy/Paste UV Operator Sometimes doesn't Work
Chris Blackbourn merged pull request blender/blender#106606 2023-04-06 03:37:11 +02:00
Fix #106314: warn user when paste-uvs fails to find match
Chris Blackbourn pushed to uv-paste-warn2 at Chris_Blackbourn/blender 2023-04-06 03:33:32 +02:00
1180173cc0 Fix #106314: warn user when paste-uvs fails to find match
Chris Blackbourn commented on pull request blender/blender#105821 2023-04-06 02:03:05 +02:00
UV: Add option to Pack UVs using xatlas strategy

Hello, i made few tests and suddenly i have corner case here. When rotation is turned on, algorithm rotates similar pieces to one orientation and it decreases efficiency of packing.

Heyas!…