Block a user
Chris Blackbourn
deleted branch uv-pack-migrate from Chris_Blackbourn/blender
2023-03-01 07:28:42 +01:00
UV: Merge both UV Packing engines into one.
Fix #103469: Update UV Sphere Projection with Seam support.
BM_mesh_calc_face_groups
does not record the connectivity of the faces which are visited.
For example, a single rectangular ribbon made of many faces can wrap around a cylinder multiple…
Fix #103469: Update UV Sphere Projection with Seam support.
Changed to bools, comment is now:
RNA_def_boolean(ot->srna, "seam", 0, "Preserve Seams", "Separate projections by islands isolated by seams");
Fix #103469: Update UV Sphere Projection with Seam support.
I'll remove these two #defines, they're no longer needed.
UV: Merge both UV Packing engines into one.
edc03e2396
UV: Merge both UV Packing engines into one.
09e848deec
Cleanup: use term "filepath" instead of "name" / "fname"
707af21afd
Merge branch 'blender-v3.5-release'
9fccd2dc24
Fix #100819: Built-in VFont has an additional user by default
3cba2911e0
Vulkan: Add Initial VKFrameBuffer.
Chris Blackbourn
created branch uv-pack-migrate in Chris_Blackbourn/blender
2023-02-28 09:24:25 +01:00
Chris Blackbourn
deleted branch uv-pack-migrate from Chris_Blackbourn/blender
2023-02-27 22:41:25 +01:00
UV: Migrate UV packing from Editor to bf_geometry.
UV: Migrate UV packing from Editor to bf_geometry.
@HooglyBoogly Nice spotting! Have updated as [496567acce
496567acce8c]
If you see anything else, feel free to…