Block a user
Campbell Barton
created branch temp-shaderc-rebuild in blender/lib-linux_x64
2024-09-24 13:05:19 +02:00
Uncheck "Load UI" causes failure in direct manipulation of nodes with certain files
Invalid selection order error in edit mode
Invalid selection order error in edit mode
This is working as intended, see #128033 for details. Closing.
Fix #128018: BMesh: Single vert selection history for box/circle/lasso
This feature was intentionally not supported and I think it would be better not not to support it because it means using box select sometimes sets elements active. If this were to be followed…
Fix #125646: Resolve edge-slide performance regression
5b5576993e
Transform: skip hidden edges when checking an vertices edge is visible
ed2d131887
Transform: use deformed geometry when checking edge visibility
a13513ab25
Fix #125646: Resolve edge-slide performance regression when snapping
2ab800b685
Cleanup: pass const arguments to BMBVHTree related functions
1ceab37693
Cleanup: use blender::float3 for BKE_bmbvh_* API
Snapping related performance regression in 4.2
Fix #125646: Resolve edge-slide performance regression
I've since split the BMesh part out, so UV's are handled in a separate loop.