Block a user
44de660927
UV: Add alpaca_rotate variant for improved packing efficiency
99ecd6a900
Cleanup: Skip copying data between C++ and C
075baf895e
Fix building in debug mode
d2b502f213
Cleanup: Following naming convention and more const
64ef514ec9
Cleanup: format
Chris Blackbourn
created branch uv-alpaca-rotate3 in Chris_Blackbourn/blender
2023-03-22 03:47:34 +01:00
317e35978c
alpaca_rotate
e072ceaa62
UV: Reduce round-off error during UV Packing in Geometry Nodes
59a083e948
Cleanup: format
c38fe87127
UV: Improve UV Packing efficiency with non-square aspect ratio
f6c70755d1
Measure Tool: reduce snap overhead
Chris Blackbourn
created branch uv-alpaca-rotate in Chris_Blackbourn/blender
2023-03-22 03:42:20 +01:00
Chris Blackbourn
deleted branch uv-alpaca-rotate from Chris_Blackbourn/blender
2023-03-22 03:19:22 +01:00
Crash when adding UV layer
Could need some extra protection in :
int CustomData_get_active_layer_index(const CustomData *data, const int type)
{
const int layer_index = data->typemap[type];
BLI_assert(customdata…
No iteration in a loop
317e35978c
alpaca_rotate
e072ceaa62
UV: Reduce round-off error during UV Packing in Geometry Nodes
59a083e948
Cleanup: format
c38fe87127
UV: Improve UV Packing efficiency with non-square aspect ratio
f6c70755d1
Measure Tool: reduce snap overhead
Chris Blackbourn
created branch uv-alpaca-rotate in Chris_Blackbourn/blender
2023-03-21 10:46:01 +01:00
Chris Blackbourn
deleted branch uv-pack-xatlas from Chris_Blackbourn/blender
2023-03-21 09:15:21 +01:00
UV: Add option to Pack UVs using xatlas strategy