Chris Blackbourn Chris_Blackbourn
  • UV Editing

  • Joined on 2022-05-04
Chris Blackbourn commented on issue blender/blender#68889 2023-05-05 15:50:38 +02:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

Not sure about Shape method = Exact shape (Concave) though. It is nice for the final result, but during unwrapping convex brings cleaner picture about islands shapes. How it can be…

Chris Blackbourn commented on issue blender/blender#104513 2023-05-05 15:21:49 +02:00
UV Unwrap yields different results on OSX / Windows

Thanks for the confirmation, I thought I was in the twilight zone for a while there.

I guess using double precision is the safer option to fix #104513, but I can't help wondering if we will…

Chris Blackbourn pushed to main at blender/blender 2023-05-05 13:50:56 +02:00
48abc09d84 Cleanup: format
Chris Blackbourn commented on issue blender/blender#104513 2023-05-05 05:56:44 +02:00
UV Unwrap yields different results on OSX / Windows

!!!

#include <stdio.h>
#include <math.h>
int main(){
  printf("sinf(0.8960554599761962890625) = %0.26g\n", sinf(0.8960554599761962890625f));
}

sinf(0.8960554599761962890625) =…

Chris Blackbourn commented on issue blender/blender#107620 2023-05-05 02:15:14 +02:00
Limited dissolve ruins UV
Chris Blackbourn commented on issue blender/blender#104513 2023-05-04 05:21:21 +02:00
UV Unwrap yields different results on OSX / Windows

Confirmed in debugger(s)... fixing...

Chris Blackbourn commented on pull request blender/blender#106652 2023-05-02 15:00:15 +02:00
Modeling: Fix Suzanne's UV map

Looks great!

Chris Blackbourn pushed to main at blender/blender 2023-05-01 13:19:05 +02:00
3ea060860a UV: Tuning rotating to minimum square during packing
Chris Blackbourn commented on issue blender/blender#78398 2023-04-30 07:34:23 +02:00
Pack to box region in uv editor

I'm probably not going to have time to get to this one for 3.6.

If anyone is keen to tackle it, everything on the back end is done (See Pack To > Original Selection), it's just a UI issue of…

Chris Blackbourn closed issue blender/blender#107080 2023-04-30 07:28:20 +02:00
Long packing time for fraction margin method,
Chris Blackbourn commented on issue blender/blender#107080 2023-04-30 07:28:17 +02:00
Long packing time for fraction margin method,

Going to close this one as it's now documented in the Blender Manual : https://docs.blender.org/manual/en/3.6/modeling/meshes/uv/editing.html#bpy-ops-uv-pack-islands

Feel free to re-open if…

Chris Blackbourn commented on issue blender/blender#68889 2023-04-30 07:23:18 +02:00
Improve UV packing to pack more tightly (not just considering bounding boxes)

Hey peeps!

Getting close to closing this issue as "complete".

There's still the progress bar to go, and a couple more bits'n'bobs that are open on my machine trying to make it in 3.6. Either…

Chris Blackbourn pushed to main at blender/blender 2023-04-30 07:05:37 +02:00
5c1c45cd59 UV: Improve packing efficiency by rotating to minimum square
Chris Blackbourn commented on pull request blender/blender#106652 2023-04-30 07:03:43 +02:00
Modeling: Fix Suzanne's UV map

Heyas! Is there a status update on this one? Would be nice to land for 3.6 ...

Chris Blackbourn pushed to uv-add-support-for-wmJob at Chris_Blackbourn/blender 2023-04-29 06:23:36 +02:00
6debf5a75d Second attempt at wmJob for uv packing
Chris Blackbourn pushed to uv-add-support-for-wmJob at Chris_Blackbourn/blender 2023-04-29 06:15:00 +02:00
52eda03361 Second attempt at wmJob for uv packing
ca00cb5470 Cleanup: format
d145dfdae0 Fix #107443 movie clip fails to load
2d2f4d9d28 Cleanup: Rename StrokeCache.original to .accum
15d2487e26 Sculpt: Fix #105303: improper setting of SculptCache.original
Compare 503 commits »
Chris Blackbourn commented on issue blender/blender#107253 2023-04-29 05:18:24 +02:00
UV Editor Snap Active to Vertex is Not Working

hmm.. You can see this quite clearly when "sync-selection" is enabled. In that case the "active" face follows the 3D view fairly well. As soon as you switch to "Edge", or "Vertex" selection, then…

Chris Blackbourn pushed to main at blender/blender 2023-04-29 03:50:53 +02:00
ca00cb5470 Cleanup: format
Chris Blackbourn pushed to main at blender/blender 2023-04-29 00:28:24 +02:00
69d52c5f1c UV: Fix uv packing overflow with fraction margin method
Chris Blackbourn pushed to main at blender/blender 2023-04-28 23:51:47 +02:00
bf56df3236 UV: Add new packing option, scale_to_fit