Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn pushed to uv-pack-xatlas at Chris_Blackbourn/blender 2023-03-20 22:50:07 +01:00
d89de18b66 Simplify, faster, more accurate, more options.
Chris Blackbourn commented on pull request blender/blender#105821 2023-03-20 00:31:23 +01:00
UV: Add option to Pack UVs using xatlas strategy

Awesome!

¿why don't the little bits go to the holes like other islands?

It's basically to move the core algorithm into a different "time Vs pack efficiency" regime, by splitting the…

Chris Blackbourn commented on pull request blender/blender#105821 2023-03-19 04:55:23 +01:00
UV: Add option to Pack UVs using xatlas strategy

Latest commit (e99ce8f43c) increases accuracy and gives us a bit of headroom for improvement for later when we want different strategies beyond alpaca and xatlas. Also fixes a couple slow…

Chris Blackbourn pushed to uv-pack-xatlas at Chris_Blackbourn/blender 2023-03-19 04:46:36 +01:00
e99ce8f43c Simplify
Chris Blackbourn commented on pull request blender/blender#105821 2023-03-18 08:41:02 +01:00
UV: Add option to Pack UVs using xatlas strategy

Nice! Will take a proper look when I'm back on my machine later.

It might crash on geometry bombs? e.g. get a map of the world in vector format, so there's lots of polygons with high vertex…

Chris Blackbourn commented on issue blender/blender#105680 2023-03-18 06:44:59 +01:00
UV Packing, problems and solutions

Looks like we're just going to do an xatlas style brute-force packer first, and then swing back and look if any of these other ones are still required.

Chris Blackbourn commented on pull request blender/blender#105821 2023-03-18 06:24:21 +01:00
UV: Add option to Pack UVs using xatlas strategy

Very keen for crash repros.

Mostly interested in performance issues, if there are particular meshes where it takes > 10 seconds on a fast machine (or > 60 seconds on a slow one)

@blender-bot…

Chris Blackbourn commented on pull request blender/blender#105821 2023-03-18 05:51:25 +01:00
UV: Add option to Pack UVs using xatlas strategy

Is there interest in a "Package Build" at this time?

Chris Blackbourn commented on pull request blender/blender#105821 2023-03-18 05:49:30 +01:00
UV: Add option to Pack UVs using xatlas strategy

Update 3 with commit 180a55a447

Add support for "Convex Hull" in addition to "Concave + Holes"

Suzanne_Pieces (modified), Convex Hull, no rotate. (1 second) ![image](/attachments/205fbfbb-bf…

Chris Blackbourn pushed to uv-pack-xatlas at Chris_Blackbourn/blender 2023-03-18 05:44:36 +01:00
180a55a447 Add support for convex hull.
Chris Blackbourn commented on pull request blender/blender#105821 2023-03-17 22:17:58 +01:00
UV: Add option to Pack UVs using xatlas strategy

Updates from second commit (7911fd0ba2)

bad_packing_from_Bystedt_220920 (<1second) : image

UVFreeze (4 seconds) : ![image](/attachments…

Chris Blackbourn pushed to uv-pack-xatlas at Chris_Blackbourn/blender 2023-03-17 22:12:00 +01:00
7911fd0ba2 Improve performance
Chris Blackbourn commented on pull request blender/blender#105821 2023-03-16 09:28:09 +01:00
UV: Add option to Pack UVs using xatlas strategy

bad_packing_from_Bystedt_220920: image

Marble fireplace: image

suzanne_pieces: !…

Chris Blackbourn created pull request blender/blender#105821 2023-03-16 09:21:01 +01:00
WIP: UV: Add option to Pack UVs using concave hulls with hole filling
Chris Blackbourn pushed to uv-pack-xatlas at Chris_Blackbourn/blender 2023-03-16 09:19:07 +01:00
7ed2d64533 WIP: UV: Add option to Pack UVs using concave hulls with hole filling
59a083e948 Cleanup: format
c38fe87127 UV: Improve UV Packing efficiency with non-square aspect ratio
f6c70755d1 Measure Tool: reduce snap overhead
b79ad1f93f Merge branch 'blender-v3.5-release' into main
Compare 10 commits »
Chris Blackbourn created branch uv-pack-xatlas in Chris_Blackbourn/blender 2023-03-16 09:19:07 +01:00
Chris Blackbourn pushed to main at blender/blender 2023-03-15 21:40:47 +01:00
59a083e948 Cleanup: format
Chris Blackbourn deleted branch uv-pack-aspect-ratio from Chris_Blackbourn/blender 2023-03-15 21:29:46 +01:00