Block a user
Sculpt: Initial data oriented refactor of topology relax brush
863f6dcdd6
Fix parameter passing, remove restore step filter
0352649b9e
Merge branch 'main' of projects.blender.org:blender/blender into topology-relax-brush-refactor
178966b0ba
Fix: Draw Sharp and Topology Slide use incorrect position data
f03b35e669
Fix: Relax Face Set deform & shape key extra application
2ca366827c
Cleanup: Space_node.cc static_casts
Sculpt: Data oriented refactor for enhance details brush
Didn't do any actual testing of this build locally, just reviewed the code.
Sculpt: Data oriented refactor for enhance details brush
I think we need isolate_task
here, since we use the array_utils::scatter
Sculpt: Data oriented refactor for enhance details brush
Nit: The name all_nodes
is a bit misleading in my opinion
Sculpt: Data oriented refactor for enhance details brush
I'm not sure if I'm missing something here, but I think this can be incorrectly indexed since all_translations
no longer matches the full number of verts in the mesh?
Sculpt: Data oriented refactor for enhance details brush
Nit: Seems a bit odd to specify array
when this works for any span - maybe just gather_grids_data
and rename array
-> src
?
Sculpt: Data oriented refactor for enhance details brush
Unrelated to the actual code - this PR has had a broken warning for missing fork information for a bit now; was expecting it to go away eventually but it might be something you need to look into?
Fix: Draw Sharp and Topology Slide use incorrect position data
Fix: Relax Face Set deform & shape key extra application
Sean Kim
created branch topology-relax-brush-refactor in Sean-Kim/blender
2024-07-12 08:05:54 +02:00
c60ac92eda
Cleanup warnings
d8cb612794
Sculpt: Initial data oriented refactor of topology relax brush
Fix: Relax Face Set deform & shape key extra application