Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn deleted branch uv-alpaca-rotate3 from Chris_Blackbourn/blender 2023-03-28 00:35:41 +02:00
Chris Blackbourn merged pull request blender/blender#105977 2023-03-28 00:35:38 +02:00
UV: Add alpaca_rotate variant for improved packing efficiency
Chris Blackbourn pushed to main at blender/blender 2023-03-28 00:35:38 +02:00
b828641a93 UV: Add alpaca_rotate variant for improved packing efficiency
Chris Blackbourn pushed to uv-alpaca-rotate3 at Chris_Blackbourn/blender 2023-03-28 00:23:59 +02:00
8239df345e Improve comments.
Chris Blackbourn commented on issue blender/blender#68889 2023-03-27 01:16:19 +02:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

Amazing work @Chris_Blackbourn! I tested the new packing and it works great. I also compared to a uv packing addon that I have bought and the result of your algorithm got better result than the…

Chris Blackbourn commented on issue blender/blender#106041 2023-03-24 23:25:03 +01:00
Concave Packer freeze with reset uvs

Plugged a few more edge cases, the second issue should be improved now.

Chris Blackbourn closed issue blender/blender#106041 2023-03-24 23:23:35 +01:00
Concave Packer freeze with reset uvs
Chris Blackbourn pushed to main at blender/blender 2023-03-24 23:23:35 +01:00
51bc44420b Cleanup: format
c685d1935a Fix #106041: fix uv packing performance on aligned quads
Compare 2 commits »
Chris Blackbourn commented on issue blender/blender#78408 2023-03-24 11:40:59 +01:00
Arrange and align selected uv islands

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

Chris Blackbourn commented on issue blender/blender#106041 2023-03-24 02:22:16 +01:00
Concave Packer freeze with reset uvs

I think there's another bug here.

f7946b486b0f6e2f1594155f60a3152dfa522ff5 fixes poor performance on AABB quads.

However, the other bug is that "Reset UVs + Packing AABB + Pack Concave" is…

Chris Blackbourn reopened issue blender/blender#106041 2023-03-24 02:19:52 +01:00
Concave Packer freeze with reset uvs
Chris Blackbourn pushed to main at blender/blender 2023-03-24 00:11:36 +01:00
f7946b486b Fix #106041: fix uv packing performance on aligned quads
Chris Blackbourn closed issue blender/blender#106041 2023-03-24 00:11:35 +01:00
Concave Packer freeze with reset uvs
Chris Blackbourn pushed to main at blender/blender 2023-03-23 23:48:22 +01:00
8a5c9f1f6e Fix #105058: fix UV ABF++ bounds check on large angles
Chris Blackbourn closed issue blender/blender#105058 2023-03-23 23:48:21 +01:00
No iteration in a loop
Chris Blackbourn commented on issue blender/blender#68889 2023-03-23 10:51:23 +01:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

sshould i tell him to do a conventional bug report or poke him to come here? since the PR of the xatlas packing was already merged

This issue is still open, so here is fine. A conventional…

Chris Blackbourn commented on issue blender/blender#68889 2023-03-23 01:24:55 +01:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

I'm not too concerned if the daily build has problems. On a philosophical level, that's exactly what the daily builds are for, to shake out the problems before we make a release.

If there's…

Chris Blackbourn commented on issue blender/blender#68889 2023-03-22 23:24:30 +01:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

If you want a sneak-peek, first pass of this should be in the daily builds, https://builder.blender.org/download/daily/

There's still more work to be done improving packing efficiency, so…

Chris Blackbourn pushed to uv-alpaca-rotate3 at Chris_Blackbourn/blender 2023-03-22 07:36:12 +01:00
ab7485194d UV: Add alpaca_rotate variant for improved packing efficiency
e4300bbf2d Cleanup: quiet warnings by using system-includes for ./extern/
3afe88b6c7 Cleanup: cmake indentation
ca08de5de4 PyAPI: raise an exception when removing an AOV which is not found
a1f52a02a8 Mesh: Set bounds eagerly for spherical and cylindrical primitive nodes
Compare 8 commits »
Chris Blackbourn created pull request blender/blender#105977 2023-03-22 03:50:49 +01:00
UV: Add alpaca_rotate variant for improved packing efficiency