Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn closed pull request blender/blender#105393 2023-03-08 08:54:14 +01:00
Fix #102843: Add UV Packer with O(nlogn) performance
Chris Blackbourn closed issue blender/blender#102843 2023-03-08 08:41:54 +01:00
Smart UV Project operator freezes Blender and never finishes
Chris Blackbourn pushed to main at blender/blender 2023-03-08 08:41:54 +01:00
b1185da403 Fix #102843: Add UV Packer with O(nlogn) performance
Chris Blackbourn pushed to uv-alpaca-packer at Chris_Blackbourn/blender 2023-03-08 06:30:41 +01:00
b33db266b1 Fix #102843: Add UV Packer with O(nlogn) performance.
Chris Blackbourn deleted branch uv-cleanup from Chris_Blackbourn/blender 2023-03-08 05:43:30 +01:00
Chris Blackbourn merged pull request blender/blender#105477 2023-03-08 05:43:28 +01:00
Cleanup: UV: Rearrange functions in cpp files to improve type safety
Chris Blackbourn pushed to main at blender/blender 2023-03-08 05:43:27 +01:00
5c5650f0f8 Cleanup: UV: Rearrange functions in cpp files to improve type safety
Chris Blackbourn pushed to main at blender/blender 2023-03-07 22:33:13 +01:00
d46a0f5a1a Cleanup: UV: simplify #uv_parametrizer_construct_end
Chris Blackbourn pushed to main at blender/blender 2023-03-07 22:17:14 +01:00
d41a1e1806 Cleanup: UV: simplify types
Chris Blackbourn commented on issue blender/blender#105379 2023-03-07 22:12:55 +01:00
Partial UV selection working incorrectly with Metal backend

I have found one strange thing going on here, is anyone able to investigate?

  • Open the file UV selection.blend
  • Press "Tab" to enter edit mode
  • From the UV Editor, choose "Menu > UV >…
Chris Blackbourn pushed to main at blender/blender 2023-03-07 21:50:50 +01:00
894dcfbb41 Cleanup: format
Chris Blackbourn pushed to main at blender/blender 2023-03-06 22:34:33 +01:00
a3b0a77f50 Cleanup: UV: simplify types
Chris Blackbourn pushed to main at blender/blender 2023-03-06 22:24:37 +01:00
b309feb71c Cleanup: format
Chris Blackbourn pushed to main at blender/blender 2023-03-06 05:28:39 +01:00
507c442289 Cleanup: UV: simplify types
Chris Blackbourn created pull request blender/blender#105477 2023-03-06 02:43:13 +01:00
Cleanup: UV: Rearrange functions in cpp files to improve type safety.
Chris Blackbourn pushed to uv-cleanup at Chris_Blackbourn/blender 2023-03-06 02:40:56 +01:00
d8791e7a95 Cleanup: UV: Rearrange functions in cpp files to improve type safety.
9eee008691 Fix Cycles oneAPI build error due to conflicting CONSTANT define
7d5754b8b6 Cycles: Reuse random variable for principled hair BSDF sampling
71c366f5cc PLY: fixing tests
ca4486bfa1 Cleanup: format
Compare 10 commits »
Chris Blackbourn created branch uv-cleanup in Chris_Blackbourn/blender 2023-03-06 02:40:56 +01:00
Chris Blackbourn commented on issue blender/blender#105379 2023-03-05 08:17:47 +01:00
Partial UV selection working incorrectly with Metal backend

Ventura 13.2.1, Apple M1 Pro, Metal, running local build in Xcode, seems fine here?

Is it possible to post a video of the problem? I think there is Screen Recording in the builtin QuickTime…

Chris Blackbourn commented on pull request blender/blender#105393 2023-03-04 23:47:23 +01:00
Fix #102843: Add UV Packer with O(nlogn) performance

Nice!

Chris Blackbourn pushed to uv-alpaca-packer at Chris_Blackbourn/blender 2023-03-04 23:47:21 +01:00
f05c326bca Fix #102843: Add UV Packer with O(nlogn) performance.