Block a user
uv-add-support-for-wmJob
74348f16b3
Updates from blender.chat
1a652d38fa
Second attempt at wmJob for uv packing
Chris Blackbourn
created branch uv-add-support-for-wmJob in blender/blender
2023-05-12 01:47:10 +02:00
How to handle difference in sinf/cosf for M1
Also, check the other trig function. atan2f(), asinf(), coshf()
etc are probably vulnerable.
sqrtf, fmodf, log10f
etc are probably safe. (These functions are not transcendental, so the…
How to handle difference in sinf/cosf for M1
Another thing we should do is ... google search... and see if other projects are seeing this problem
How to handle difference in sinf/cosf for M1
One thing we should probably do is see if the problem exists on double precision
as well.
For example, take all 4 billion single precision floating point numbers, convert them to double, call…
How to handle difference in sinf/cosf for M1
Chris Blackbourn
pushed to uv-add-support-for-wmJob at Chris_Blackbourn/blender
2023-05-11 02:17:09 +02:00
13e11b45ae
Second attempt at wmJob for uv packing
8612dfea44
Cleanup: format
da43c42e40
Cleanup: Avoid redundant attribute adding in extrude node
143ca272bd
Geometry Nodes: Slightly optimize mesh to curve node
5b5e6a846a
Geometry Nodes: Extrude: Skip topology map with no edge attributes
UV Loop Select with Double Click and Shift+Double Click to Extend. Need to triple click to Extend + Border Extend problem
Confirmed in debugger
Improve UV packing to pack more tightly (not just considering bounding boxes)
Improve UV packing to pack more tightly (not just considering bounding boxes)
And after 4+ years, I am CLOSING this issue! :D :D :D